pci_machdep.h revision 1.3
11.3Smrg/* $NetBSD: pci_machdep.h,v 1.3 2017/07/24 09:56:45 mrg Exp $ */ 21.1Ssimonb 31.3Smrg#ifdef _KERNEL_OPT 41.3Smrg#include "opt_cputype.h" 51.3Smrg#endif 61.3Smrg 71.3Smrg/* SB1 PCI isn't finished */ 81.3Smrg#ifndef MIPS64_SB1 91.2Ssimonb/* Before including <mips/pci_machdep.h> */ 101.1Ssimonb#define __HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH 111.3Smrg#endif 121.1Ssimonb 131.2Ssimonb#include <mips/pci_machdep.h> 14