diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2014-06-01 23:49:03 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2014-06-01 23:49:03 +0000 |
commit | 30edfdd46aa6fe37849d54f421132fa208040241 (patch) | |
tree | acd2e0d426a3ec0b7829df72f6a0cbb8a9c232e2 /nic3com.c | |
parent | 8ae25279cf73176e6838490f6ffd10124eb900fe (diff) | |
download | flashrom-30edfdd46aa6fe37849d54f421132fa208040241.zip flashrom-30edfdd46aa6fe37849d54f421132fa208040241.tar.gz |
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>
Diffstat (limited to 'nic3com.c')
-rw-r--r-- | nic3com.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ #define PCI_VENDOR_ID_3COM 0x10b7 +static uint32_t io_base_addr = 0; static uint32_t internal_conf; static uint16_t id; |