Get rid of _t suffix
[qemu/kraxel.git] / hw / ppc440.h
blob0501ee3083d9fb60c592b3ad87b08b828ab3610c
1 /*
2 * Qemu PowerPC 440 board emualtion
4 * Copyright 2007 IBM Corporation.
5 * Authors: Jerone Young <jyoung5@us.ibm.com>
6 * Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
8 * This work is licensed under the GNU GPL licence version 2 or later
12 #ifndef QEMU_PPC440_H
13 #define QEMU_PPC440_H
15 #include "hw.h"
17 CPUState *ppc440ep_init(a_ram_addr *ram_size, PCIBus **pcip,
18 const unsigned int pci_irq_nrs[4], int do_init,
19 const char *cpu_model);
21 #endif