mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00

Since current_cpu is CPUState it no longer depends on CPUPPCState. Move ppce500_set_mpic_proxy() to a new hw/ppc/ppc_e500.h because hw/ppc/ppc.h is too heavily using CPUPPCState and PowerPCCPU. Signed-off-by: Andreas Färber <afaerber@suse.de>
6 lines
96 B
C
6 lines
96 B
C
#ifndef HW_PPC_E500_H
|
|
#define HW_PPC_E500_H
|
|
|
|
void ppce500_set_mpic_proxy(bool enabled);
|
|
|
|
#endif
|