| 
									
										
										
										
											2009-03-02 16:42:42 +00:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * QEMU PowerPC E500 emulation shared definitions | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 2009 Freescale Semiconductor, Inc. All rights reserved. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Author: Yu Liu,     <yu.liu@freescale.com> | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This file is derived from hw/ppc440.h | 
					
						
							|  |  |  |  * the copyright for that material belongs to the original owners. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This is free software; you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of  the GNU General  Public License as published by | 
					
						
							|  |  |  |  * the Free Software Foundation;  either version 2 of the  License, or | 
					
						
							|  |  |  |  * (at your option) any later version. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if !defined(PPC_E500_H)
 | 
					
						
							|  |  |  | #define PPC_E500_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-10-01 16:12:16 -05:00
										 |  |  | PCIBus *ppce500_pci_init(qemu_irq *pic, target_phys_addr_t registers); | 
					
						
							| 
									
										
										
										
											2009-03-02 16:42:42 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* !defined(PPC_E500_H) */
 |