mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
vga: export vga_ioport_{read,write}
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
0ceac75b8c
commit
43bf782b1a
2 changed files with 6 additions and 4 deletions
|
@ -194,6 +194,8 @@ void vga_common_reset(VGACommonState *s);
|
|||
|
||||
void vga_dirty_log_start(VGACommonState *s);
|
||||
|
||||
uint32_t vga_ioport_read(void *opaque, uint32_t addr);
|
||||
void vga_ioport_write(void *opaque, uint32_t addr, uint32_t val);
|
||||
uint32_t vga_mem_readb(void *opaque, target_phys_addr_t addr);
|
||||
void vga_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val);
|
||||
void vga_invalidate_scanlines(VGACommonState *s, int y1, int y2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue