patch-2.4.21 linux-2.4.21/include/asm-m68k/apollohw.h
Next file: linux-2.4.21/include/asm-m68k/delay.h
Previous file: linux-2.4.21/include/asm-m68k/amigahw.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
2003-06-13 07:51:38.000000000 -0700
-  Orig file: 
linux-2.4.20/include/asm-m68k/apollohw.h
-  Orig date: 
2000-01-26 12:44:21.000000000 -0800
diff -urN linux-2.4.20/include/asm-m68k/apollohw.h linux-2.4.21/include/asm-m68k/apollohw.h
@@ -101,9 +101,4 @@
 
 #define isaIO2mem(x) (((((x) & 0x3f8)  << 7) | (((x) & 0xfc00) >> 6) | ((x) & 0x7)) + 0x40000 + IO_BASE)
 
-#define inb(addr) (*((volatile unsigned char *)(addr)))
-#define outb(val,addr) (*((volatile unsigned char *)(addr)) = (val))
-#define inw(addr) (*((volatile unsigned short *)(addr)))
-#define outw(val,addr) (*((volatile unsigned short *)(addr)) = (val))
-
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)