Statistics
| Branch: | Revision:

root / hw / ppc440.h @ 8ca209ad

History | View | Annotate | Download (512 Bytes)

1 75dd595b aurel32
/*
2 75dd595b aurel32
 * Qemu PowerPC 440 board emualtion
3 75dd595b aurel32
 *
4 75dd595b aurel32
 * Copyright 2007 IBM Corporation.
5 75dd595b aurel32
 * Authors: Jerone Young <jyoung5@us.ibm.com>
6 75dd595b aurel32
 *             Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
7 75dd595b aurel32
 *
8 75dd595b aurel32
 * This work is licensed under the GNU GPL licence version 2 or later
9 75dd595b aurel32
 *
10 75dd595b aurel32
 */
11 75dd595b aurel32
12 75dd595b aurel32
#ifndef QEMU_PPC440_H
13 75dd595b aurel32
#define QEMU_PPC440_H
14 75dd595b aurel32
15 75dd595b aurel32
#include "hw.h"
16 75dd595b aurel32
17 c227f099 Anthony Liguori
CPUState *ppc440ep_init(ram_addr_t *ram_size, PCIBus **pcip,
18 727170b6 Blue Swirl
                        const unsigned int pci_irq_nrs[4], int do_init,
19 727170b6 Blue Swirl
                        const char *cpu_model);
20 75dd595b aurel32
21 75dd595b aurel32
#endif