Fix 32-bit overflow in parallels image support
[qemu-kvm/fedora.git] / hw / ppce500.h
blob24d49bb8712a1d417d3b8712baacff3bc27c8acf
1 /*
2 * QEMU PowerPC E500 emulation shared definitions
4 * Copyright (C) 2009 Freescale Semiconductor, Inc. All rights reserved.
6 * Author: Yu Liu, <yu.liu@freescale.com>
8 * This file is derived from hw/ppc440.h
9 * the copyright for that material belongs to the original owners.
11 * This is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
17 #if !defined(PPC_E500_H)
18 #define PPC_E500_H
20 PCIBus *ppce500_pci_init(qemu_irq *pic, target_phys_addr_t registers);
22 #endif /* !defined(PPC_E500_H) */