Add initial version of Amebad Soc integration Signed-off-by: zjian zhang <zjian_zhang@realsil.com.cn>
18 lines
337 B
C
18 lines
337 B
C
/*
|
|
* Copyright (c) 2024 Realtek Semiconductor Corp.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef ZEPHYR_SOC_REALTEK_AMEBA_AMEBAD_H_
|
|
#define ZEPHYR_SOC_REALTEK_AMEBA_AMEBAD_H_
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
|
|
#include <zephyr/sys/util.h>
|
|
#include "cmsis_cpu.h"
|
|
|
|
#endif /* _ASMLANGUAGE */
|
|
|
|
#endif /* ZEPHYR_SOC_REALTEK_AMEBA_AMEBAD_H_ */
|