diff options
author | Achin Gupta <achin.gupta@arm.com> | 2014-02-01 18:53:26 +0000 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2014-02-17 18:51:44 +0000 |
commit | 7421b4653dcfe6b10be5ca7167d2a5f3584c95c1 (patch) | |
tree | bf378cb2f1bdefbdc209200997aa2cc1ddc1ff40 /include/psci.h | |
parent | ef7a28c92b3587e2572eab1a30f1e99e854c9d62 (diff) |
Add runtime services framework
This patch introduces the framework to enable registration and
initialisation of runtime services. PSCI is registered and initialised
as a runtime service. Handling of runtime service requests will be
implemented in subsequent patches.
Change-Id: Id21e7ddc5a33d42b7d6e455b41155fc5441a9547
Diffstat (limited to 'include/psci.h')
-rw-r--r-- | include/psci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/psci.h b/include/psci.h index 5da78eed..e14c60b7 100644 --- a/include/psci.h +++ b/include/psci.h @@ -156,7 +156,6 @@ extern int psci_cpu_on(unsigned long, unsigned long); extern void psci_aff_on_finish_entry(void); extern void psci_aff_suspend_finish_entry(void); -extern void psci_setup(unsigned long); #endif /*__ASSEMBLY__*/ |