https://github.com/torvalds/linux
Raw File
Tip revision: bbf25010f1a6b761914430f5fca081ec8c7accd1 authored by Linus Torvalds on 09 October 2007, 20:31:38 UTC
Linux 2.6.23
Tip revision: bbf2501
g_NCR5380_mmio.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"

back to top