1 /*
2  * Copyright (c) 2020 Linumiz
3  * Author: Saravanan Sekar <saravanan@linumiz.com>
4  *
5  * SPDX-License-Identifier: Apache-2.0
6  */
7 
8 #ifndef ZEPHYR_SOC_ARM_NUVOTON_M48X_SOC_H_
9 #define ZEPHYR_SOC_ARM_NUVOTON_M48X_SOC_H_
10 
11 #include <zephyr/sys/util.h>
12 #include <NuMicro.h>
13 
14 #endif /* ZEPHYR_SOC_ARM_NUVOTON_M48X_SOC_H_*/
15