1 /* 2 * Copyright (c) 2023, Arm Limited. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef MORELLO_PRIVATE_H 8 #define MORELLO_PRIVATE_H 9 10 #include <lib/psci/psci.h> 11 12 void morello_pwr_domain_off(const psci_power_state_t *target_state); 13 14 #endif /* MORELLO_PRIVATE_H */ 15