 2b927571cc
			
		
	
	
		2b927571cc
		
	
	
	
	
		
			
			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>
		
			
				
	
	
		
			7 lines
		
	
	
		
			96 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			96 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef HW_PPC_E500_H
 | |
| #define HW_PPC_E500_H
 | |
| 
 | |
| void ppce500_set_mpic_proxy(bool enabled);
 | |
| 
 | |
| #endif
 |