summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-09 22:21:07 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-09 22:21:07 +0000
commitdc828ca1b59b0c390a6994c78e9658174f821f74 (patch)
tree6c2ecf0899c5d699d6056495ad55d89e8cf7d248 /hw/sun4m.h
parentUse cpu_physical_memory_write_rom instead of memcpy. (diff)
downloadqemu-kvm-dc828ca1b59b0c390a6994c78e9658174f821f74.tar.gz
qemu-kvm-dc828ca1b59b0c390a6994c78e9658174f821f74.tar.bz2
qemu-kvm-dc828ca1b59b0c390a6994c78e9658174f821f74.zip
Cleanup SPARC/TCX framebuffer allocation.
Signed-off-by: Paul Brook <paul@codesourcery.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7059 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sun4m.h')
-rw-r--r--hw/sun4m.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/sun4m.h b/hw/sun4m.h
index 219aaef2e..726cd1864 100644
--- a/hw/sun4m.h
+++ b/hw/sun4m.h
@@ -24,8 +24,7 @@ static inline void sparc_iommu_memory_write(void *opaque,
}
/* tcx.c */
-void tcx_init(target_phys_addr_t addr, uint8_t *vram_base,
- unsigned long vram_offset, int vram_size, int width, int height,
+void tcx_init(target_phys_addr_t addr, int vram_size, int width, int height,
int depth);
/* slavio_intctl.c */