aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-02-03 00:47:27 -0500
committerKevin O'Connor <kevin@koconnor.net>2016-02-03 10:38:42 -0500
commit62ff9d5f649c6ce0d8cbea5d90080afc9870f54a (patch)
treebe689c87bf0ef9e6b23ad3153e507374df65fdff /src/util.h
parent7b67300f7d9db7dcf855e201db2f0da8f318e40d (diff)
downloadseabios-hppa-62ff9d5f649c6ce0d8cbea5d90080afc9870f54a.zip
seabios-hppa-62ff9d5f649c6ce0d8cbea5d90080afc9870f54a.tar.gz
seabios-hppa-62ff9d5f649c6ce0d8cbea5d90080afc9870f54a.tar.bz2
pci: Move code in pci.c that is specific to pciinit.c to pciinit.c
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 43f2199..7b41207 100644
--- a/src/util.h
+++ b/src/util.h
@@ -110,6 +110,8 @@ void mtrr_setup(void);
void multiboot_init(void);
// fw/pciinit.c
+extern u64 pcimem_start, pcimem_end;
+extern u64 pcimem64_start, pcimem64_end;
extern const u8 pci_irqs[4];
void pci_setup(void);
void pci_resume(void);