From b584726df971c1238a5249cc21121cf2ebbcaf55 Mon Sep 17 00:00:00 2001 From: pbrook Date: Fri, 10 Apr 2009 02:24:36 +0000 Subject: Clean up VGA ram allocation. Signed-off-by: Paul Brook git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7063 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/mips.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hw/mips.h') diff --git a/hw/mips.h b/hw/mips.h index 84d5792..ba0ad6d 100644 --- a/hw/mips.h +++ b/hw/mips.h @@ -10,8 +10,7 @@ void *ds1225y_init(target_phys_addr_t mem_base, const char *filename); void ds1225y_set_protection(void *opaque, int protection); /* g364fb.c */ -int g364fb_mm_init(uint8_t *vram, ram_addr_t vram_offset, - int vram_size, target_phys_addr_t vram_base, +int g364fb_mm_init(int vram_size, target_phys_addr_t vram_base, target_phys_addr_t ctrl_base, int it_shift, qemu_irq irq); -- cgit v1.1