diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-05 17:04:01 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-05 17:04:01 -0300 |
commit | 57f0f512b273f60d52568b8c6b77e17f5636edc0 (patch) | |
tree | 5e910f0e82173f4ef4f51111366a3f1299037a7b /drivers/scsi/g_NCR5380_mmio.c |
Initial import
Diffstat (limited to 'drivers/scsi/g_NCR5380_mmio.c')
-rw-r--r-- | drivers/scsi/g_NCR5380_mmio.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/scsi/g_NCR5380_mmio.c b/drivers/scsi/g_NCR5380_mmio.c new file mode 100644 index 000000000..8cdde71ba --- /dev/null +++ b/drivers/scsi/g_NCR5380_mmio.c @@ -0,0 +1,10 @@ +/* + * 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" + |