]>
Commit | Line | Data |
---|---|---|
1db09b84 AJ |
1 | /* |
2 | * QEMU PowerPC E500 emulation shared definitions | |
3 | * | |
4 | * Copyright (C) 2009 Freescale Semiconductor, Inc. All rights reserved. | |
5 | * | |
6 | * Author: Yu Liu, <[email protected]> | |
7 | * | |
8 | * This file is derived from hw/ppc440.h | |
9 | * the copyright for that material belongs to the original owners. | |
10 | * | |
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. | |
15 | */ | |
16 | ||
17 | #if !defined(PPC_E500_H) | |
18 | #define PPC_E500_H | |
19 | ||
c227f099 | 20 | PCIBus *ppce500_pci_init(qemu_irq *pic, target_phys_addr_t registers); |
1db09b84 AJ |
21 | |
22 | #endif /* !defined(PPC_E500_H) */ |