add missing includes from toolchain
Change-Id: Ic60955df6644d2a15897c6b6c082890b2ccd2371 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6d1ee7e8bf
commit
4ca0b0b96b
2 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ ARC-specific nanokernel error handling interface. Included by ARC/arch.h.
|
|||
#include <arch/arc/v2/exc.h>
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
#include <toolchain/gcc.h>
|
||||
extern FUNC_NORETURN void _NanoFatalErrorHandler(unsigned int,
|
||||
const NANO_ESF *);
|
||||
extern void _SysFatalErrorHandler(unsigned int cause, const NANO_ESF *esf);
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#define _ARCH_ARC_V2_IRQ__H_
|
||||
|
||||
#include <arch/arc/v2/aux_regs.h>
|
||||
#include <toolchain/common.h>
|
||||
|
||||
#ifdef _ASMLANGUAGE
|
||||
GTEXT(_irq_exit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue