blob: a40f9176dbcf00e08536709e6258453d594ad392 [file] [log] [blame]
aurel3275dd5952008-12-16 10:44:06 +00001/*
2 * Qemu PowerPC 440 board emualtion
3 *
4 * Copyright 2007 IBM Corporation.
5 * Authors: Jerone Young <jyoung5@us.ibm.com>
6 * Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
7 *
8 * This work is licensed under the GNU GPL licence version 2 or later
9 *
10 */
11
12#ifndef QEMU_PPC440_H
13#define QEMU_PPC440_H
14
15#include "hw.h"
16
Anthony Liguoric227f092009-10-01 16:12:16 -050017CPUState *ppc440ep_init(ram_addr_t *ram_size, PCIBus **pcip,
Blue Swirl727170b2009-06-17 15:49:37 +000018 const unsigned int pci_irq_nrs[4], int do_init,
19 const char *cpu_model);
aurel3275dd5952008-12-16 10:44:06 +000020
21#endif