mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
g364fb: convert to memory API
Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
9eadff4a94
commit
82afb3a707
3 changed files with 38 additions and 29 deletions
|
@ -2,6 +2,8 @@
|
|||
#define HW_MIPS_H
|
||||
/* Definitions for mips board emulation. */
|
||||
|
||||
#include "memory.h"
|
||||
|
||||
/* gt64xxx.c */
|
||||
PCIBus *gt64120_register(qemu_irq *pic);
|
||||
|
||||
|
@ -9,7 +11,7 @@ PCIBus *gt64120_register(qemu_irq *pic);
|
|||
PCIBus *bonito_init(qemu_irq *pic);
|
||||
|
||||
/* g364fb.c */
|
||||
int g364fb_mm_init(target_phys_addr_t vram_base,
|
||||
int g364fb_mm_init(MemoryRegion *system_memory, target_phys_addr_t vram_base,
|
||||
target_phys_addr_t ctrl_base, int it_shift,
|
||||
qemu_irq irq);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue