- First stab at getting the ppc ports building and working.
[coreboot.git] / src / arch / i386 / include / arch / pci_ops.h
1 #ifndef ARCH_I386_PCI_OPS_H
2 #define ARCH_I386_PCI_OPS_H
3
4 const struct pci_bus_operations pci_cf8_conf1;
5 const struct pci_bus_operations pci_cf8_conf2;
6
7 void pci_set_method(device_t dev);
8
9 #endif /* ARCH_I386_PCI_OPS_H */