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

@ -17,6 +17,14 @@
#include <linux/init.h>
#include <linux/types.h>
#define PSCI_UNUSED_INDEX 128
#define PSCI_CLUSTER_SLEEP (PSCI_UNUSED_INDEX)
#define PSCI_SYSTEM_IDLE (PSCI_UNUSED_INDEX + 1)
#define PSCI_SYSTEM_IDLE_CLUSTER_SLEEP (PSCI_UNUSED_INDEX + 2)
#define PSCI_SYSTEM_IDLE_AUDIO (PSCI_UNUSED_INDEX + 3)
#define PSCI_CP_CALL (PSCI_UNUSED_INDEX + 4)
#define PSCI_SYSTEM_SLEEP (PSCI_UNUSED_INDEX + 5)
#define PSCI_POWER_STATE_TYPE_STANDBY 0
#define PSCI_POWER_STATE_TYPE_POWER_DOWN 1