mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
Revert "Get rid of _t suffix"
In the very least, a change like this requires discussion on the list.
The naming convention is goofy and it causes a massive merge problem. Something
like this _must_ be presented on the list first so people can provide input
and cope with it.
This reverts commit 99a0949b72
.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
99a0949b72
commit
c227f0995e
316 changed files with 3332 additions and 3325 deletions
20
hw/ppc4xx.h
20
hw/ppc4xx.h
|
@ -29,7 +29,7 @@
|
|||
|
||||
/* PowerPC 4xx core initialization */
|
||||
CPUState *ppc4xx_init (const char *cpu_model,
|
||||
a_clk_setup *cpu_clk, a_clk_setup *tb_clk,
|
||||
clk_setup_t *cpu_clk, clk_setup_t *tb_clk,
|
||||
uint32_t sysclk);
|
||||
|
||||
/* PowerPC 4xx universal interrupt controller */
|
||||
|
@ -41,20 +41,20 @@ enum {
|
|||
qemu_irq *ppcuic_init (CPUState *env, qemu_irq *irqs,
|
||||
uint32_t dcr_base, int has_ssr, int has_vr);
|
||||
|
||||
a_ram_addr ppc4xx_sdram_adjust(a_ram_addr ram_size, int nr_banks,
|
||||
a_target_phys_addr ram_bases[],
|
||||
a_target_phys_addr ram_sizes[],
|
||||
ram_addr_t ppc4xx_sdram_adjust(ram_addr_t ram_size, int nr_banks,
|
||||
target_phys_addr_t ram_bases[],
|
||||
target_phys_addr_t ram_sizes[],
|
||||
const unsigned int sdram_bank_sizes[]);
|
||||
|
||||
void ppc4xx_sdram_init (CPUState *env, qemu_irq irq, int nbanks,
|
||||
a_target_phys_addr *ram_bases,
|
||||
a_target_phys_addr *ram_sizes,
|
||||
target_phys_addr_t *ram_bases,
|
||||
target_phys_addr_t *ram_sizes,
|
||||
int do_init);
|
||||
|
||||
PCIBus *ppc4xx_pci_init(CPUState *env, qemu_irq pci_irqs[4],
|
||||
a_target_phys_addr config_space,
|
||||
a_target_phys_addr int_ack,
|
||||
a_target_phys_addr special_cycle,
|
||||
a_target_phys_addr registers);
|
||||
target_phys_addr_t config_space,
|
||||
target_phys_addr_t int_ack,
|
||||
target_phys_addr_t special_cycle,
|
||||
target_phys_addr_t registers);
|
||||
|
||||
#endif /* !defined(PPC_4XX_H) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue