- First stab at getting the ppc ports building and working.
[coreboot.git] / src / arch / ppc / include / arch / pci_ops.h
index 6f9c3af3af49c2391eec0dab76b5a55330369ba5..95f8941e425528d51c6bdca46d03d6d0f324e8b2 100644 (file)
@@ -1,6 +1,6 @@
-#ifndef ARCH_I386_PCI_OPS_H
-#define ARCH_I386_PCI_OPS_H
+#ifndef ARCH_PPC_PCI_OPS_H
+#define ARCH_PPC_PCI_OPS_H
 
-void pci_set_method(void);
+const struct pci_bus_operations pci_ppc_conf1;
 
-#endif /* ARCH_I386_PCI_OPS_H */
+#endif /* ARCH_PPC_PCI_OPS_H */