]> Git Repo - linux.git/blobdiff - include/linux/psci.h
scsi: ibmvfc: Complete commands outside the host/queue lock
[linux.git] / include / linux / psci.h
index 2a1bfb890e58879438556d396949e17b0d1e71cc..4ca0060a3fc42ba1ca751c7862fb4ad8dda35a4c 100644 (file)
@@ -34,6 +34,15 @@ struct psci_operations {
 
 extern struct psci_operations psci_ops;
 
+struct psci_0_1_function_ids {
+       u32 cpu_suspend;
+       u32 cpu_on;
+       u32 cpu_off;
+       u32 migrate;
+};
+
+struct psci_0_1_function_ids get_psci_0_1_function_ids(void);
+
 #if defined(CONFIG_ARM_PSCI_FW)
 int __init psci_dt_init(void);
 #else
This page took 0.033954 seconds and 4 git commands to generate.