zephyr/soc/arm64/xenvm/soc.h

20 lines
250 B
C

/*
* Copyright (c) 2020 EPAM Systems
*
* SPDX-License-Identifier: Apache-2.0
*
*/
#ifndef _SOC_H_
#define _SOC_H_
#include <zephyr/sys/util.h>
#ifndef _ASMLANGUAGE
#include <zephyr/device.h>
#endif /* !_ASMLANGUAGE */
#endif /* _SOC_H_ */