xref: /netbsd-src/sys/arch/evbmips/include/pci_machdep.h (revision 5dd36a3bc8bf2a9dec29ceb6349550414570c447)
1 /* $NetBSD: pci_machdep.h,v 1.3 2017/07/24 09:56:45 mrg Exp $ */
2 
3 #ifdef _KERNEL_OPT
4 #include "opt_cputype.h"
5 #endif
6 
7 /* SB1 PCI isn't finished */
8 #ifndef MIPS64_SB1
9 /* Before including <mips/pci_machdep.h> */
10 #define	__HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH
11 #endif
12 
13 #include <mips/pci_machdep.h>
14