summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-02-08 19:03:36 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-02-08 19:03:36 -0800
commit5d7bc6e4bb550066d443b852356c455201ee92f9 (patch)
tree3ecd973d7d435c42a04cd886651310ccd71166bd /include/linux
parent18f6c1a5fbc14c50bd9bb6a15483cc228c749d3a (diff)
parent24c543be8577aa9d425e0867be32355dfcb5b831 (diff)
Merge "drivers/firmware: Expose psci_get_version through psci_ops structure"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/psci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/psci.h b/include/linux/psci.h
index 393efe2edf9a..66499dd612f5 100644
--- a/include/linux/psci.h
+++ b/include/linux/psci.h
@@ -28,6 +28,7 @@ int psci_cpu_init_idle(unsigned int cpu);
int psci_cpu_suspend_enter(unsigned long index);
struct psci_operations {
+ u32 (*get_version)(void);
int (*cpu_suspend)(u32 state, unsigned long entry_point);
int (*cpu_off)(u32 state);
int (*cpu_on)(unsigned long cpuid, unsigned long entry_point);