/* Inline assembler kernel functions and macros */ /* * Copyright (c) 2015, Wind River Systems, Inc. * * SPDX-License-Identifier: Apache-2.0 */ #ifndef _ASM_INLINE_H #define _ASM_INLINE_H #if !defined(CONFIG_X86) #error The arch/x86/include/asm_inline.h is only for x86 architecture #endif #if defined(__GNUC__) #include #else #include #endif /* __GNUC__ */ #endif /* _ASM_INLINE_H */