diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 22:22:28 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:34 -0400 |
commit | c5e06fb2452476e45dbae2d9f72bec7d2e874266 (patch) | |
tree | 682e705e74fce3876efddb87539b1b771cebe9d7 /src/util.h | |
parent | 836ec5cd0066188e191c892b87cb473221a0b570 (diff) | |
download | seabios-c5e06fb2452476e45dbae2d9f72bec7d2e874266.tar.gz |
Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -60,6 +60,10 @@ void qemu_prep_reset(void); extern const u8 pci_irqs[4]; void pci_setup(void); +// fw/pirtable.c +extern struct pir_header *PirAddr; +void pirtable_setup(void); + // fw/smm.c void smm_device_setup(void); void smm_setup(void); |