1 /* 2 * Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef ZEPHYR_INCLUDE_ARCH_RISCV_RISCV_PRIVILEGED_ASM_INLINE_GCC_H_ 8 #define ZEPHYR_INCLUDE_ARCH_RISCV_RISCV_PRIVILEGED_ASM_INLINE_GCC_H_ 9 10 /* 11 * The file must not be included directly 12 * Include arch/cpu.h instead 13 * TEMPORARY 14 */ 15 16 #ifndef _ASMLANGUAGE 17 18 #include <zephyr/toolchain.h> 19 20 #endif /* _ASMLANGUAGE */ 21 22 #endif /* ZEPHYR_INCLUDE_ARCH_RISCV_RISCV_PRIVILEGED_ASM_INLINE_GCC_H_ */ 23