2016-04-22 05:47:09 +08:00
|
|
|
/*
|
2016-05-04 02:47:01 +08:00
|
|
|
* Copyright (c) 2015 Intel Corporation
|
2016-04-22 05:47:09 +08:00
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-04-22 05:47:09 +08:00
|
|
|
*/
|
|
|
|
|
2016-05-04 02:47:01 +08:00
|
|
|
#ifndef _NIOS2_ASM_H
|
|
|
|
#define _NIOS2_ASM_H
|
2016-04-22 05:47:09 +08:00
|
|
|
|
2016-05-04 02:47:01 +08:00
|
|
|
#include <toolchain.h>
|
|
|
|
#include <sections.h>
|
2016-04-22 05:47:09 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
2016-05-04 02:47:01 +08:00
|
|
|
#endif
|
2016-04-22 05:47:09 +08:00
|
|
|
|