00001 /* 00002 * Qemu PowerPC 440 board emualtion 00003 * 00004 * Copyright 2007 IBM Corporation. 00005 * Authors: Jerone Young <jyoung5@us.ibm.com> 00006 * Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com> 00007 * 00008 * This work is licensed under the GNU GPL licence version 2 or later 00009 * 00010 */ 00011 00012 #ifndef QEMU_PPC440_H 00013 #define QEMU_PPC440_H 00014 00015 #include "hw.h" 00016 00017 CPUState *ppc440ep_init(ram_addr_t *ram_size, PCIBus **pcip, 00018 const unsigned int pci_irq_nrs[4], int do_init); 00019 00020 #endif