]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/irq_32.h
keys: make the keyring quotas controllable through /proc/sys
[linux-2.6-omap-h63xx.git] / include / asm-x86 / irq_32.h
index 36f310632c49a8bdc174f04a70c92841f7276f79..0b79f3185243218d754348c4cbfe82ae9c31aae6 100644 (file)
@@ -15,7 +15,7 @@
 #include "irq_vectors.h"
 #include <asm/thread_info.h>
 
-static __inline__ int irq_canonicalize(int irq)
+static inline int irq_canonicalize(int irq)
 {
        return ((irq == 2) ? 9 : irq);
 }
@@ -45,4 +45,7 @@ unsigned int do_IRQ(struct pt_regs *regs);
 void init_IRQ(void);
 void __init native_init_IRQ(void);
 
+/* Interrupt vector management */
+extern DECLARE_BITMAP(used_vectors, NR_VECTORS);
+
 #endif /* _ASM_IRQ_H */