xref: /rk3399_ARM-atf/plat/arm/board/morello/morello_private.h (revision aa1cb279b62d82e3d6e7b6ec17b9eb71d598497e)
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