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 SOC_REALTEK_RTS5912_H_ 9 #define SOC_REALTEK_RTS5912_H_ 10 11 #include <cmsis_core_m_defaults.h> 12 13 #endif /* SOC_REALTEK_RTS5912_H_ */ 14