summaryrefslogtreecommitdiff
path: root/lib/psci/psci_private.h
diff options
context:
space:
mode:
authorPranav Madhu <pranav.madhu@arm.com>2022-07-22 23:11:16 +0530
committerPranav Madhu <pranav.madhu@arm.com>2022-09-15 18:09:56 +0530
commit65bbb9358b986b197a1e098a9ff11df949f9fb05 (patch)
tree7b7965ecd925cdd7541b6b3c86cb8660f7750cd1 /lib/psci/psci_private.h
parent158ed580bdf5736abfa9f16f61be1ca1609e0e41 (diff)
refactor(psci): move psci_do_pwrdown_sequence() out of private header
Move the psci_do_pwrdown_sequence() function declaration from PSCI private header to common header. The psci_do_pwrdown_sequence is required to support warm reset, where each CPU need to execute the powerdown sequence. Change-Id: I298e7a120be814941fa91c0b001002a080e56263 Signed-off-by: Pranav Madhu <pranav.madhu@arm.com>
Diffstat (limited to 'lib/psci/psci_private.h')
-rw-r--r--lib/psci/psci_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/psci/psci_private.h b/lib/psci/psci_private.h
index 61bd9663c..caade9c59 100644
--- a/lib/psci/psci_private.h
+++ b/lib/psci/psci_private.h
@@ -296,7 +296,6 @@ void psci_set_pwr_domains_to_run(unsigned int end_pwrlvl);
void psci_print_power_domain_map(void);
unsigned int psci_is_last_on_cpu(void);
int psci_spd_migrate_info(u_register_t *mpidr);
-void psci_do_pwrdown_sequence(unsigned int power_level);
/*
* CPU power down is directly called only when HW_ASSISTED_COHERENCY is