1 /*
2  * Copyright (c) 2023 Nuvoton Technology Corporation.
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef ZEPHYR_SOC_ARM_NUVOTON_M46X_SOC_H_
8 #define ZEPHYR_SOC_ARM_NUVOTON_M46X_SOC_H_
9 
10 /* Hardware and starter kit includes. */
11 #include <NuMicro.h>
12 
13 #endif /* ZEPHYR_SOC_ARM_NUVOTON_M46X_SOC_H_*/
14