2005-04-16 22:20:36 +00:00
|
|
|
/* hardirq.h: PA-RISC hard IRQ support.
|
|
|
|
*
|
|
|
|
* Copyright (C) 2001 Matthew Wilcox <matthew@wil.cx>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _PARISC_HARDIRQ_H
|
|
|
|
#define _PARISC_HARDIRQ_H
|
|
|
|
|
2009-08-04 12:54:41 +00:00
|
|
|
#include <asm-generic/hardirq.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
#endif /* _PARISC_HARDIRQ_H */
|