1 /*
2  * SPDX-License-Identifier: Apache-2.0
3  *
4  * Copyright (c) 2024 Realtek Semiconductor Corporation, SIBG-SD7
5  * Author: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
6  */
7 
8 #ifndef ZEPHYR_SOC_REALTEK_RTS5912_DEVICE_POWER_H
9 #define ZEPHYR_SOC_REALTEK_RTS5912_DEVICE_POWER_H
10 
11 void before_rts5912_sleep(void);
12 void after_rts5912_sleep(void);
13 
14 #endif /* ZEPHYR_SOC_REALTEK_RTS5912_DEVICE_POWER_H */
15