summaryrefslogtreecommitdiffstats
path: root/src/include/device/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device/pci.h')
-rw-r--r--src/include/device/pci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/device/pci.h b/src/include/device/pci.h
index b75020551b4e..f0724e0f99ab 100644
--- a/src/include/device/pci.h
+++ b/src/include/device/pci.h
@@ -143,7 +143,6 @@ unsigned int pci_find_next_capability(struct device *dev, unsigned int cap,
unsigned int pci_find_capability(struct device *dev, unsigned int cap);
#endif /* __SIMPLE_DEVICE__ */
-void pci_early_bridge_init(void);
void pci_early_mmio_window(pci_devfn_t p2p_bridge, u32 mmio_base,
u32 mmio_size);
int pci_early_device_probe(u8 bus, u8 dev, u32 mmio_base);
@@ -157,4 +156,6 @@ static inline int pci_base_address_is_memory_space(unsigned int attr)
#endif /* CONFIG_PCI */
+void pci_early_bridge_init(void);
+
#endif /* PCI_H */