/* Inline assembler kernel functions and macros */ /* * Copyright (c) 2015, Wind River Systems, Inc. * Copyright (c) 2017, Oticon A/S * * SPDX-License-Identifier: Apache-2.0 */ #ifndef ZEPHYR_ARCH_POSIX_INCLUDE_ASM_INLINE_H_ #define ZEPHYR_ARCH_POSIX_INCLUDE_ASM_INLINE_H_ #if !defined(CONFIG_ARCH_POSIX) #error The arch/posix/include/asm_inline.h is only for the POSIX architecture #endif #if defined(__GNUC__) #include /* The empty one.. */ #include #else #include #endif /* __GNUC__ */ #endif /* ZEPHYR_ARCH_POSIX_INCLUDE_ASM_INLINE_H_ */