xref: /rk3399_ARM-atf/plat/arm/board/n1sdp/n1sdp_private.h (revision 415049a25f5908e7682d13c2b65cd4dda15c5d22)
1 /*
2  * Copyright (c) 2023, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef N1SDP_PRIVATE_H
8 #define N1SDP_PRIVATE_H
9 
10 #include <lib/psci/psci.h>
11 
12 void n1sdp_pwr_domain_off(const psci_power_state_t *target_state);
13 
14 #endif /* N1SDP_PRIVATE_H */
15