1 #ifndef __MACH_IO_H
2 #define __MACH_IO_H
3 
4 #define __io(a)		({ (void)(a); __typesafe_io(0); })
5 #define __mem_pci(a)	(a)
6 
7 #endif
8