import G965FXXU7DTAA OSRC

*First release for Android (Q).

Signed-off-by: FAROVITUS <farovitus@gmail.com>
This commit is contained in:
FAROVITUS 2020-02-04 13:44:48 +02:00
parent 856452b4f2
commit 2b92eefa41
7696 changed files with 3763754 additions and 92661 deletions

View file

@ -8,6 +8,11 @@
struct timerqueue_node {
struct rb_node node;
ktime_t expires;
#ifdef CONFIG_SEC_PM_DEBUG
pid_t pid;
char task_comm[16];
void *func;
#endif
};
struct timerqueue_head {