Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hardirq.h
Go to the documentation of this file.
1 #ifndef _ALPHA_HARDIRQ_H
2 #define _ALPHA_HARDIRQ_H
3 
4 void ack_bad_irq(unsigned int irq);
5 #define ack_bad_irq ack_bad_irq
6 
7 #include <asm-generic/hardirq.h>
8 
9 #endif /* _ALPHA_HARDIRQ_H */