diff options
Diffstat (limited to 'hw/xics.h')
| -rw-r--r-- | hw/xics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xics.h b/hw/xics.h index c3bf0083e2..6bce0424df 100644 --- a/hw/xics.h +++ b/hw/xics.h @@ -35,6 +35,7 @@ struct icp_state; qemu_irq xics_get_qirq(struct icp_state *icp, int irq); void xics_set_irq_type(struct icp_state *icp, int irq, bool lsi); -struct icp_state *xics_system_init(int nr_irqs); +struct icp_state *xics_system_init(int nr_servers, int nr_irqs); +void xics_cpu_setup(struct icp_state *icp, PowerPCCPU *cpu); #endif /* __XICS_H__ */ |