00001 /* 00002 * QEMU PowerPC E500 emulation shared definitions 00003 * 00004 * Copyright (C) 2009 Freescale Semiconductor, Inc. All rights reserved. 00005 * 00006 * Author: Yu Liu, <yu.liu@freescale.com> 00007 * 00008 * This file is derived from hw/ppc440.h 00009 * the copyright for that material belongs to the original owners. 00010 * 00011 * This is free software; you can redistribute it and/or modify 00012 * it under the terms of the GNU General Public License as published by 00013 * the Free Software Foundation; either version 2 of the License, or 00014 * (at your option) any later version. 00015 */ 00016 00017 #if !defined(PPC_E500_H) 00018 #define PPC_E500_H 00019 00020 PCIBus *ppce500_pci_init(qemu_irq *pic, target_phys_addr_t registers); 00021 00022 #endif /* !defined(PPC_E500_H) */