diff options
Diffstat (limited to 'arch/avr32/include/asm/hardirq.h')
-rw-r--r-- | arch/avr32/include/asm/hardirq.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/avr32/include/asm/hardirq.h b/arch/avr32/include/asm/hardirq.h new file mode 100644 index 000000000..9e36e3ff7 --- /dev/null +++ b/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 */ |