/* * SPDX-License-Identifier: Apache-2.0 * * Copyright (c) 2024 Realtek Semiconductor Corporation, SIBG-SD7 * Author: Lin Yu-Cheng */ #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 */