Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
irq.h
Go to the documentation of this file.
1 #ifndef _ASM_IRQ_H
2 #define _ASM_IRQ_H
3 
4 #include <linux/hardirq.h>
5 #include <linux/types.h>
6 
38 };
39 
40 struct ext_code {
41  unsigned short subcode;
42  unsigned short code;
43 };
44 
45 typedef void (*ext_int_handler_t)(struct ext_code, unsigned int, unsigned long);
46 
53 
54 #endif /* _ASM_IRQ_H */