17 lines
196 B
C
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
|
|
|