io.h 126 B

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