diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-31 16:07:17 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-09 14:55:11 -0500 |
commit | f97e36b9d60d58eed80bcb27c6e47216145a71da (patch) | |
tree | e1e5ae9ef524b52e3f43863e21db89b820dd3d65 /hw/vga_int.h | |
parent | 76323919dfe746049a2bfc204ad1937eb8c60ab2 (diff) |
vga: export vga_mem_{read,write}
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/vga_int.h')
-rw-r--r-- | hw/vga_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h index 54b3d5aa9a..ed88595832 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -220,3 +220,5 @@ extern const uint8_t gr_mask[16]; #define VGA_RAM_SIZE (8192 * 1024) +extern CPUReadMemoryFunc * const vga_mem_read[3]; +extern CPUWriteMemoryFunc * const vga_mem_write[3]; |