/* * Copyright (c) 2016 Jean-Paul Etienne * * SPDX-License-Identifier: Apache-2.0 */ #ifndef ZEPHYR_INCLUDE_ARCH_RISCV32_PULPINO_ASM_INLINE_H_ #define ZEPHYR_INCLUDE_ARCH_RISCV32_PULPINO_ASM_INLINE_H_ /* * The file must not be included directly * Include arch/cpu.h instead */ #if defined(__GNUC__) #include #else #error "Supports only GNU C compiler" #endif #endif /* ZEPHYR_INCLUDE_ARCH_RISCV32_PULPINO_ASM_INLINE_H_ */