1 /*
2  * Renesas SCP/MCP Software
3  * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights
4  * reserved.
5  *
6  * SPDX-License-Identifier: BSD-3-Clause
7  */
8 
9 #ifndef RCAR_PWC_H
10 #define RCAR_PWC_H
11 
12 void rcar_pwrc_go_suspend_to_ram(void);
13 void rcar_pwrc_set_suspend_to_ram(void);
14 void rcar_system_off(void);
15 void rcar_system_reset(void);
16 
17 #endif /* RCAR_PWC_H */
18