zephyr/include/arch/nios2/asm.h
Anas Nashif 397d29db42 linker: move all linker headers to include/linker
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-06-18 09:24:04 -05:00

17 lines
196 B
C

/*
* Copyright (c) 2015 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _NIOS2_ASM_H
#define _NIOS2_ASM_H
#include <toolchain.h>
#include <linker/sections.h>
#endif