mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
11 lines
232 B
C
11 lines
232 B
C
|
/*
|
||
|
* 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"
|
||
|
|