15 lines
309 B
C
15 lines
309 B
C
/*
|
|
* Copyright (c) 2020 Linumiz
|
|
* Author: Saravanan Sekar <saravanan@linumiz.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef ZEPHYR_SOC_ARM_NUVOTON_M48X_SOC_H_
|
|
#define ZEPHYR_SOC_ARM_NUVOTON_M48X_SOC_H_
|
|
|
|
#include <sys/util.h>
|
|
#include <NuMicro.h>
|
|
|
|
#endif /* ZEPHYR_SOC_ARM_NUVOTON_M48X_SOC_H_*/
|