summaryrefslogtreecommitdiffstats
path: root/bsps/mips/malta
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/malta')
-rw-r--r--bsps/mips/malta/include/bsp/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/mips/malta/include/bsp/pci.h b/bsps/mips/malta/include/bsp/pci.h
index 8f12459a80..34ff6bc73d 100644
--- a/bsps/mips/malta/include/bsp/pci.h
+++ b/bsps/mips/malta/include/bsp/pci.h
@@ -110,7 +110,7 @@ int indirect_pci_write_config_dword(
/* Can these be moved to the rtems pci.h? */
int FindPCIbridge( int mybus, struct pcibridge *pb );
-const pci_config_access_functions pci_indirect_functions;
+extern const pci_config_access_functions pci_indirect_functions;
void pci_out_le32( uint32_t base, uint32_t addr, uint32_t val);
void pci_out_32( uint32_t base, uint32_t addr, uint32_t val);