summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/hardirq.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/include/asm/hardirq.h')
-rw-r--r--arch/parisc/include/asm/hardirq.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/hardirq.h b/arch/parisc/include/asm/hardirq.h
new file mode 100644
index 00000000..0d68184a
--- /dev/null
+++ b/arch/parisc/include/asm/hardirq.h
@@ -0,0 +1,11 @@
+/* hardirq.h: PA-RISC hard IRQ support.
+ *
+ * Copyright (C) 2001 Matthew Wilcox <matthew@wil.cx>
+ */
+
+#ifndef _PARISC_HARDIRQ_H
+#define _PARISC_HARDIRQ_H
+
+#include <asm-generic/hardirq.h>
+
+#endif /* _PARISC_HARDIRQ_H */