]> err.no Git - linux-2.6/blobdiff - include/asm-v850/hardirq.h
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
[linux-2.6] / include / asm-v850 / hardirq.h
index 5dfca8047cbec2a7c49952d369c24d9490f2e37c..d98488cd5af1fb0dd793863ebdb74ed36b6e4be6 100644 (file)
@@ -5,6 +5,8 @@
 #include <linux/threads.h>
 #include <linux/cache.h>
 
+#include <asm/irq.h>
+
 typedef struct {
        unsigned int __softirq_pending;
 } ____cacheline_aligned irq_cpustat_t;
@@ -22,4 +24,6 @@ typedef struct {
 # error HARDIRQ_BITS is too low!
 #endif
 
+void ack_bad_irq(unsigned int irq);
+
 #endif /* __V850_HARDIRQ_H__ */