mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 06:22:38 +00:00
Any word started with underscore followed by and uppercase letter or a second underscore is a reserved word according with C99. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
17 lines
236 B
C
17 lines
236 B
C
/*
|
|
* Copyright (c) 2015 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef ZEPHYR_INCLUDE_ARCH_NIOS2_ASM_H_
|
|
#define ZEPHYR_INCLUDE_ARCH_NIOS2_ASM_H_
|
|
|
|
#include <toolchain.h>
|
|
#include <linker/sections.h>
|
|
|
|
|
|
|
|
#endif
|
|
|