aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/psci/psci.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/psci/psci.h')
-rw-r--r--sys/dev/psci/psci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/psci/psci.h b/sys/dev/psci/psci.h
index 451d40c0178d..6704eaf26c71 100644
--- a/sys/dev/psci/psci.h
+++ b/sys/dev/psci/psci.h
@@ -39,6 +39,7 @@ typedef int (*psci_callfn_t)(register_t, register_t, register_t, register_t,
extern bool psci_present;
int psci_cpu_on(unsigned long, unsigned long, unsigned long);
+int psci_cpu_off(void); /* Operates on caller. */
void psci_reset(void);
int32_t psci_features(uint32_t);
int psci_get_version(void);