blob: 6a2817fa79fbbbac36dd74a2d9f7d96d769da7ae [file] [log] [blame]
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2024 Realtek Semiconductor Corporation, SIBG-SD7
* Author: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
*/
#ifndef ZEPHYR_SOC_REALTEK_RTS5912_DEVICE_POWER_H
#define ZEPHYR_SOC_REALTEK_RTS5912_DEVICE_POWER_H
void before_rts5912_sleep(void);
void after_rts5912_sleep(void);
#endif /* ZEPHYR_SOC_REALTEK_RTS5912_DEVICE_POWER_H */