X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Farch%2Fi386%2Finclude%2Farch%2Fpci_ops.h;h=04b93196aa6c0182a8eae31578757bf8d3aa544a;hb=be7f79867e4d989fc9cb7fb9e8b0b8ec55956875;hp=5972df1d721fd95d93e98aa5b93b9c90e7cb623a;hpb=cc46e73a0221d08a30c78adfc568f162cdda407d;p=coreboot.git diff --git a/src/arch/i386/include/arch/pci_ops.h b/src/arch/i386/include/arch/pci_ops.h index 5972df1d7..04b93196a 100644 --- a/src/arch/i386/include/arch/pci_ops.h +++ b/src/arch/i386/include/arch/pci_ops.h @@ -1,11 +1,11 @@ #ifndef ARCH_I386_PCI_OPS_H #define ARCH_I386_PCI_OPS_H -const struct pci_bus_operations pci_cf8_conf1; -const struct pci_bus_operations pci_cf8_conf2; +extern const struct pci_bus_operations pci_cf8_conf1; +extern const struct pci_bus_operations pci_cf8_conf2; #if MMCONF_SUPPORT==1 -const struct pci_bus_operations pci_ops_mmconf; +extern const struct pci_bus_operations pci_ops_mmconf; #endif void pci_set_method(device_t dev);