zephyr/soc/arm/musca/s1/soc.h

16 lines
239 B
C

/*
* Copyright (c) 2018-2020 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _SOC_H_
#define _SOC_H_
#ifndef _ASMLANGUAGE
#include "system_cmsdk_musca_s1.h"
#include <zephyr/sys/util.h>
#endif
#endif /* _SOC_H_ */