]> Pileus Git - ~andy/linux/blobdiff - include/asm-m68k/apollohw.h
[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()
[~andy/linux] / include / asm-m68k / apollohw.h
index 4304e1c33e17583eace379046460e4ac8336aa1c..a1373b9aa2811535728a5e95c07fdd827b6099b1 100644 (file)
@@ -3,6 +3,8 @@
 #ifndef _ASMm68k_APOLLOHW_H_
 #define _ASMm68k_APOLLOHW_H_
 
+#include <linux/types.h>
+
 /*
    apollo models
 */
@@ -101,4 +103,6 @@ extern u_long timer_physaddr;
 
 #define isaIO2mem(x) (((((x) & 0x3f8)  << 7) | (((x) & 0xfc00) >> 6) | ((x) & 0x7)) + 0x40000 + IO_BASE)
 
+#define IRQ_APOLLO     IRQ_USER
+
 #endif