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/pcibios.c | |
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/pcibios.c')
-rw-r--r-- | src/pcibios.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcibios.c b/src/pcibios.c index 8e7e1f97..7e5d972d 100644 --- a/src/pcibios.c +++ b/src/pcibios.c @@ -10,6 +10,7 @@ #include "hw/pci.h" // pci_config_readl #include "hw/pci_regs.h" // PCI_VENDOR_ID #include "output.h" // dprintf +#include "std/pirtable.h" // struct pir_header #include "string.h" // checksum #include "util.h" // handle_1ab1 |