~ubuntu-branches/ubuntu/wily/qemu-kvm-spice/wily

« back to all changes in this revision

Viewing changes to hw/ppc440.h

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-10-19 10:44:56 UTC
  • Revision ID: james.westby@ubuntu.com-20111019104456-xgvskumk3sxi97f4
Tags: upstream-0.15.0+noroms
ImportĀ upstreamĀ versionĀ 0.15.0+noroms

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
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
 
 
17
CPUState *ppc440ep_init(ram_addr_t *ram_size, PCIBus **pcip,
 
18
                        const unsigned int pci_irq_nrs[4], int do_init,
 
19
                        const char *cpu_model);
 
20
 
 
21
#endif