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