libmetal
lib
system
zephyr
riscv
sys.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2021 Carlo Caione <ccaione@baylibre.com>
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*/
6
7
/*
8
* @file zephyr/riscv/sys.h
9
* @brief Zephyr riscv system primitives for libmetal.
10
*/
11
12
#ifndef __METAL_ZEPHYR_SYS__H__
13
#error "Include metal/sys.h instead of metal/generic/@PROJECT_MACHINE@/sys.h"
14
#endif
15
16
#ifndef __METAL_ZEPHYR_RISCV_SYS__H__
17
#define __METAL_ZEPHYR_RISCV_SYS__H__
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#endif
/* __METAL_ZEPHYR_RISCV_SYS__H__ */
Generated on Tue Dec 27 2022 20:34:38 for libmetal by
1.9.3