]> Git Repo - qemu.git/blame - hw/ppc440.h
Merge remote branch 'mst/for_anthony' into staging
[qemu.git] / hw / ppc440.h
CommitLineData
75dd595b
AJ
1/*
2 * Qemu PowerPC 440 board emualtion
3 *
4 * Copyright 2007 IBM Corporation.
5 * Authors: Jerone Young <[email protected]>
6 * Christian Ehrhardt <[email protected]>
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
c227f099 17CPUState *ppc440ep_init(ram_addr_t *ram_size, PCIBus **pcip,
727170b6
BS
18 const unsigned int pci_irq_nrs[4], int do_init,
19 const char *cpu_model);
75dd595b
AJ
20
21#endif
This page took 0.310427 seconds and 4 git commands to generate.