1 1.4.12.1 yamt /* $NetBSD: pci_machdep.h,v 1.4.12.1 2012/10/30 17:20:04 yamt 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.4.12.1 yamt void netwinder_pci_attach_hook(device_t, device_t, 9 1.4.12.1 yamt 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