blob: 810c63ba0d3f19ab54d200b4929e9f6e6ecf8ef1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $NetBSD: pci_machdep.h,v 1.3 2017/07/24 09:56:45 mrg Exp $ */
#ifdef _KERNEL_OPT
#include "opt_cputype.h"
#endif
/* SB1 PCI isn't finished */
#ifndef MIPS64_SB1
/* Before including <mips/pci_machdep.h> */
#define __HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH
#endif
#include <mips/pci_machdep.h>
|