libmetal
sys.h
Go to the documentation of this file.
1/*
2 * Copyright 2022 NXP
3 * Author: Daniel Baluta <daniel.baluta@nxp.com>
4 *
5 * SPDX-License-Identifier: BSD-3-Clause
6 */
7
8/*
9 * @file zephyr/xtensa/sys.h
10 * @brief Zephyr xtensa system primitives for libmetal.
11 */
12
13#ifndef __METAL_ZEPHYR_SYS__H__
14#error "Include metal/sys.h instead of metal/generic/@PROJECT_MACHINE@/sys.h"
15#endif
16
17#ifndef __METAL_ZEPHYR_XTENSA_SYS__H__
18#define __METAL_ZEPHYR_XTENSA_SYS__H__
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif /* __METAL_ZEPHYR_XTENSA_SYS__H__ */