diff options
author | Andrew Thoelke <andrew.thoelke@arm.com> | 2014-05-23 11:00:04 +0100 |
---|---|---|
committer | Andrew Thoelke <andrew.thoelke@arm.com> | 2014-05-23 11:00:04 +0100 |
commit | 3ea8540d3c582787218a8c621c36d1468e9dea93 (patch) | |
tree | 75bba25cf63e478038edc5ff0ab92e5f18e80776 /include/bl31/services/psci.h | |
parent | 1a4f19e36a9c591fc88052525fec5f13932b74cd (diff) | |
parent | 317ba09021b90ef50c13a1c44b4d2091736b6a86 (diff) |
Merge pull request #67 from achingupta:ag/psci_standby_bug_fix
Diffstat (limited to 'include/bl31/services/psci.h')
-rw-r--r-- | include/bl31/services/psci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bl31/services/psci.h b/include/bl31/services/psci.h index 570fe5b8..b6e272c3 100644 --- a/include/bl31/services/psci.h +++ b/include/bl31/services/psci.h @@ -190,6 +190,7 @@ extern void psci_system_reset(void); extern int psci_cpu_on(unsigned long, unsigned long, unsigned long); +extern void __dead2 psci_power_down_wfi(void); extern void psci_aff_on_finish_entry(void); extern void psci_aff_suspend_finish_entry(void); extern void psci_register_spd_pm_hook(const spd_pm_ops_t *); |