Blame view

drivers/scsi/g_NCR5380_mmio.c 232 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
9
  /*
   *	There is probably a nicer way to do this but this one makes
   *	pretty obvious what is happening. We rebuild the same file with
   *	different options for mmio versus pio.
   */
  
  #define SCSI_G_NCR5380_MEM
  
  #include "g_NCR5380.c"