1 1.5 chs /* $NetBSD: pci_machdep.h,v 1.5 2012/10/27 17:18:04 chs Exp $ */ 2 1.3 thorpej 3 1.3 thorpej #ifndef _NETWINDER_PCI_MACHDEP_H_ 4 1.3 thorpej #define _NETWINDER_PCI_MACHDEP_H_ 5 1.1 matt 6 1.1 matt #include <arm/pci_machdep.h> 7 1.2 simonb 8 1.5 chs void netwinder_pci_attach_hook(device_t, device_t, 9 1.5 chs struct pcibus_attach_args *); 10 1.3 thorpej 11 1.2 simonb #define __HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH 12 1.3 thorpej 13 1.3 thorpej #endif /* _NETWINDER_PCI_MACHDEP_H_ */ 14