irq.h: include generic toolchain header

Nobody should be including a compiler-specific toolchain header
like this, the generic toolchain.h shouls always be used.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-08-14 13:25:36 -07:00 committed by Andrew Boie
commit 0cf680895b

View file

@ -15,7 +15,7 @@
#include <arch/cpu.h>
#ifndef _ASMLANGUAGE
#include <toolchain/gcc.h>
#include <toolchain.h>
#ifdef __cplusplus
extern "C" {