Annotation of qemu/hw/ppce500.h, revision 1.1.1.1
1.1 root 1: /*
2: * QEMU PowerPC E500 emulation shared definitions
3: *
4: * Copyright (C) 2009 Freescale Semiconductor, Inc. All rights reserved.
5: *
6: * Author: Yu Liu, <yu.liu@freescale.com>
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:
20: PCIBus *ppce500_pci_init(qemu_irq *pic, target_phys_addr_t registers);
21:
22: #endif /* !defined(PPC_E500_H) */
unix.superglobalmegacorp.com