1 /* $NetBSD: pci_machdep.h,v 1.6 2007/12/20 22:24:40 phx Exp $ */ 2 3 #include <powerpc/pci_machdep.h> 4 5 int pcidev_to_ofdev(pci_chipset_tag_t, pcitag_t); 6 7 #define __HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH 8 #define pciide_machdep_compat_intr_establish \ 9 genppc_pciide_machdep_compat_intr_establish 10