Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* hardirq.h: PA-RISC hard IRQ support. |
2 | * | ||||
3 | * Copyright (C) 2001 Matthew Wilcox <matthew@wil.cx> | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef _PARISC_HARDIRQ_H | ||||
7 | #define _PARISC_HARDIRQ_H | ||||
8 | |||||
Christoph Hellwig | 9609bfe | 2009-08-04 14:54:41 +0200 | [diff] [blame^] | 9 | #include <asm-generic/hardirq.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | |
11 | #endif /* _PARISC_HARDIRQ_H */ |