aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2011-06-19 10:09:26 -0400
committerKevin O'Connor <kevin@koconnor.net>2011-06-19 10:09:26 -0400
commit6e4583c4a4a72fcb5914e59c8f1c534aceafbd44 (patch)
tree74ab5fce05f3eee16b60140027fe03f530cb03c5 /src/util.h
parent9b0fbd21755763589ad623c86253644e8c44f855 (diff)
downloadseabios-hppa-6e4583c4a4a72fcb5914e59c8f1c534aceafbd44.zip
seabios-hppa-6e4583c4a4a72fcb5914e59c8f1c534aceafbd44.tar.gz
seabios-hppa-6e4583c4a4a72fcb5914e59c8f1c534aceafbd44.tar.bz2
Remove dev-i440fx.c/h - move code closer to its callers.
It's easier to understand the code when it is in the same file as its callers.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util.h b/src/util.h
index 00433e2..7034d43 100644
--- a/src/util.h
+++ b/src/util.h
@@ -342,14 +342,8 @@ void bios32_setup(void);
// shadow.c
void make_bios_writable(void);
void make_bios_readonly(void);
-void make_bios_writable_intel(u16 bdf, u32 pam0);
-void make_bios_readonly_intel(u16 bdf, u32 pam0);
void qemu_prep_reset(void);
-// smm.c
-void smm_save_and_copy(void);
-void smm_relocate_and_restore(void);
-
// pci_region.c
// region allocator. pci region allocates the requested region
// sequentially with overflow check.
@@ -381,7 +375,6 @@ u32 pci_region_size(const struct pci_region *r);
// pciinit.c
extern const u8 pci_irqs[4];
-void pci_bios_allocate_regions(u16 bdf, void *arg);
void pci_setup(void);
// smm.c