mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Move global io_base_addr into compilation units
Corresponding to flashrom svn r1813. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@ -173,8 +173,7 @@ struct bitbang_spi_master {
|
||||
struct pci_dev;
|
||||
|
||||
/* pcidev.c */
|
||||
// FIXME: These need to be local, not global
|
||||
extern uint32_t io_base_addr;
|
||||
// FIXME: This needs to be local, not global(?)
|
||||
extern struct pci_access *pacc;
|
||||
int pci_init_common(void);
|
||||
uintptr_t pcidev_readbar(struct pci_dev *dev, int bar);
|
||||
|
Reference in New Issue
Block a user