You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
232 B
11 lines
232 B
20 years ago
|
/*
|
||
|
* 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"
|
||
|
|