g_NCR5380_mmio.c 232 B

12345678910
  1. /*
  2. * There is probably a nicer way to do this but this one makes
  3. * pretty obvious what is happening. We rebuild the same file with
  4. * different options for mmio versus pio.
  5. */
  6. #define SCSI_G_NCR5380_MEM
  7. #include "g_NCR5380.c"