]> Git Repo - qemu.git/blob - hw/ppce500.h
target-arm: Correct ABD's handling of negative zeroes
[qemu.git] / hw / ppce500.h
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
20 PCIBus *ppce500_pci_init(qemu_irq *pic, target_phys_addr_t registers);
21
22 #endif /* !defined(PPC_E500_H) */
This page took 0.025448 seconds and 4 git commands to generate.