mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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
This commit is contained in:
parent
7ffa47675c
commit
dc828ca1b5
5 changed files with 26 additions and 16 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue