linux/arch/m68k/include/asm/pci.h

6 lines
72 B
C

#ifdef __uClinux__
#include "pci_no.h"
#else
#include "pci_mm.h"
#endif