summaryrefslogtreecommitdiffstats
path: root/kernel/arch/avr32/include/asm/hardirq.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/avr32/include/asm/hardirq.h')
-rw-r--r--kernel/arch/avr32/include/asm/hardirq.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/arch/avr32/include/asm/hardirq.h b/kernel/arch/avr32/include/asm/hardirq.h
new file mode 100644
index 000000000..9e36e3ff7
--- /dev/null
+++ b/kernel/arch/avr32/include/asm/hardirq.h
@@ -0,0 +1,6 @@
+#ifndef __ASM_AVR32_HARDIRQ_H
+#define __ASM_AVR32_HARDIRQ_H
+#ifndef __ASSEMBLY__
+#include <asm-generic/hardirq.h>
+#endif /* __ASSEMBLY__ */
+#endif /* __ASM_AVR32_HARDIRQ_H */