]> err.no Git - linux-2.6/blobdiff - include/asm-x86/i8259.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / include / asm-x86 / i8259.h
index cabcc6cf392358c697dccd4a3f1e3e64119460c8..67c319e0efc79f4975e1983e8a9f75e31465e434 100644 (file)
@@ -29,4 +29,7 @@ extern void enable_8259A_irq(unsigned int irq);
 extern void disable_8259A_irq(unsigned int irq);
 extern unsigned int startup_8259A_irq(unsigned int irq);
 
+#define inb_pic                inb_p
+#define outb_pic       outb_p
+
 #endif /* __ASM_I8259_H__ */