diff options
Diffstat (limited to 'hw/pc.h')
| -rw-r--r-- | hw/pc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/pc.h b/hw/pc.h index 1b47bbdb0e..71f7df30aa 100644 --- a/hw/pc.h +++ b/hw/pc.h @@ -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 |