diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2012-02-21 23:18:51 -0800 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-22 09:02:17 -0600 |
commit | cbc5b5f3aabb2579dd1aa88612dd6842de485079 (patch) | |
tree | 7543df833f1f35d975a11e91795542d9cc9dc68f /hw/pc.h | |
parent | 2c8cffa599b7333a4a2093a9aa7f1bbcb5e2ac5d (diff) |
hw/pc: move rom init to pc_sysfw.c
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pc.h')
-rw-r--r-- | hw/pc.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -216,6 +216,9 @@ static inline bool isa_ne2000_init(ISABus *bus, int base, int irq, NICInfo *nd) return true; } +/* pc_sysfw.c */ +void pc_system_firmware_init(MemoryRegion *rom_memory); + /* e820 types */ #define E820_RAM 1 #define E820_RESERVED 2 |