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