File:
[Qemu by Fabrice Bellard] /
qemu /
hw /
ppce500.h
Revision
1.1.1.1 (vendor branch):
download - view:
text,
annotated -
select for diffs
Tue Apr 24 16:53:09 2018 UTC (2 years, 10 months ago) by
root
Branches:
qemu,
MAIN
CVS tags:
qemu0150,
qemu0141,
qemu0140,
qemu0130,
qemu0125,
qemu0124,
qemu0123,
qemu0122,
qemu0121,
qemu0120,
qemu0111,
qemu0110,
qemu0105,
qemu0104,
qemu0103,
qemu0102,
qemu0101,
qemu0100,
HEAD
qemu 0.10.0
/*
* QEMU PowerPC E500 emulation shared definitions
*
* Copyright (C) 2009 Freescale Semiconductor, Inc. All rights reserved.
*
* Author: Yu Liu, <yu.liu@freescale.com>
*
* This file is derived from hw/ppc440.h
* the copyright for that material belongs to the original owners.
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
#if !defined(PPC_E500_H)
#define PPC_E500_H
PCIBus *ppce500_pci_init(qemu_irq *pic, target_phys_addr_t registers);
#endif /* !defined(PPC_E500_H) */
unix.superglobalmegacorp.com