Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __M68K_HARDIRQ_H |
2 | #define __M68K_HARDIRQ_H | ||||
3 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | #define HARDIRQ_BITS 8 |
5 | |||||
Christoph Hellwig | 45d80ee | 2009-09-21 17:04:07 -0700 | [diff] [blame^] | 6 | #include <asm-generic/hardirq.h> |
7 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | #endif |