Statistics
| Branch: | Revision:

root / hw / ppce500.h @ 6d0ee850

History | View | Annotate | Download (696 Bytes)

1 1db09b84 aurel32
/*
2 1db09b84 aurel32
 * QEMU PowerPC E500 emulation shared definitions
3 1db09b84 aurel32
 *
4 1db09b84 aurel32
 * Copyright (C) 2009 Freescale Semiconductor, Inc. All rights reserved.
5 1db09b84 aurel32
 *
6 1db09b84 aurel32
 * Author: Yu Liu,     <yu.liu@freescale.com>
7 1db09b84 aurel32
 *
8 1db09b84 aurel32
 * This file is derived from hw/ppc440.h
9 1db09b84 aurel32
 * the copyright for that material belongs to the original owners.
10 1db09b84 aurel32
 *
11 1db09b84 aurel32
 * This is free software; you can redistribute it and/or modify
12 1db09b84 aurel32
 * it under the terms of  the GNU General  Public License as published by
13 1db09b84 aurel32
 * the Free Software Foundation;  either version 2 of the  License, or
14 1db09b84 aurel32
 * (at your option) any later version.
15 1db09b84 aurel32
 */
16 1db09b84 aurel32
17 1db09b84 aurel32
#if !defined(PPC_E500_H)
18 1db09b84 aurel32
#define PPC_E500_H
19 1db09b84 aurel32
20 c227f099 Anthony Liguori
PCIBus *ppce500_pci_init(qemu_irq *pic, target_phys_addr_t registers);
21 1db09b84 aurel32
22 1db09b84 aurel32
#endif /* !defined(PPC_E500_H) */