00001 #ifndef ARCH_I386_PCI_OPS_H 00002 #define ARCH_I386_PCI_OPS_H 00003 00004 const struct pci_bus_operations pci_cf8_conf1; 00005 const struct pci_bus_operations pci_cf8_conf2; 00006 00007 #if MMCONF_SUPPORT==1 00008 const struct pci_bus_operations pci_ops_mmconf; 00009 #endif 00010 00011 void pci_set_method(device_t dev); 00012 00013 #endif /* ARCH_I386_PCI_OPS_H */
1.5.5