/* | |
* Copyright (c) 2025 Realtek Semiconductor Corporation, SIBG-SD7 | |
* | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
#ifndef ZEPHYR_SOC_REALTEK_RTS5912_ULPM_H_ | |
#define ZEPHYR_SOC_REALTEK_RTS5912_ULPM_H_ | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
void rts5912_ulpm_enable(void); | |
#ifdef __cplusplus | |
} | |
#endif | |
#endif /* ZEPHYR_SOC_REALTEK_RTS5912_ULPM_H_ */ |