Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
asm_inline.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2016 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_ARCH_NIOS2_ASM_INLINE_H_
8#define ZEPHYR_INCLUDE_ARCH_NIOS2_ASM_INLINE_H_
9
10/*
11 * The file must not be included directly
12 * Include kernel.h instead
13 */
14
15#if defined(__GNUC__)
17#else
18#include <arch/nios2/asm_inline_other.h>
19#endif
20
21#endif /* ZEPHYR_INCLUDE_ARCH_NIOS2_ASM_INLINE_H_ */