aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
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 9f3a3f47..92b3e5c9 100644
--- a/src/util.h
+++ b/src/util.h
@@ -324,6 +324,8 @@ void make_bios_writable(void);
void make_bios_readonly(void);
// pciinit.c
+extern const u8 pci_irqs[4];
+void pci_bios_allocate_regions(u16 bdf, void *arg);
void pci_setup(void);
// smm.c