diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-06-17 15:49:37 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-06-17 15:49:37 +0000 |
commit | 727170b67105fef0e229e4b2eef45f88f121aa8c (patch) | |
tree | 33b1501393a224a3dac518a59dba343ef08d55be /hw/ppc440.h | |
parent | 19a3da7f4dcc70557077aff0d7d44754bc177cd9 (diff) |
Allow user to specify CPU model
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppc440.h')
-rw-r--r-- | hw/ppc440.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/ppc440.h b/hw/ppc440.h index b6843eb858..a40f9176db 100644 --- a/hw/ppc440.h +++ b/hw/ppc440.h @@ -15,6 +15,7 @@ #include "hw.h" CPUState *ppc440ep_init(ram_addr_t *ram_size, PCIBus **pcip, - const unsigned int pci_irq_nrs[4], int do_init); + const unsigned int pci_irq_nrs[4], int do_init, + const char *cpu_model); #endif |