diff options
Diffstat (limited to 'include/linux/psci.h')
-rw-r--r-- | include/linux/psci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/psci.h b/include/linux/psci.h index a682fcc91c33..12c4865457ad 100644 --- a/include/linux/psci.h +++ b/include/linux/psci.h | |||
@@ -21,6 +21,8 @@ | |||
21 | #define PSCI_POWER_STATE_TYPE_POWER_DOWN 1 | 21 | #define PSCI_POWER_STATE_TYPE_POWER_DOWN 1 |
22 | 22 | ||
23 | bool psci_tos_resident_on(int cpu); | 23 | bool psci_tos_resident_on(int cpu); |
24 | bool psci_power_state_loses_context(u32 state); | ||
25 | bool psci_power_state_is_valid(u32 state); | ||
24 | 26 | ||
25 | struct psci_operations { | 27 | struct psci_operations { |
26 | int (*cpu_suspend)(u32 state, unsigned long entry_point); | 28 | int (*cpu_suspend)(u32 state, unsigned long entry_point); |