1 #ifndef QEMU_FRAMEBUFFER_H
2 #define QEMU_FRAMEBUFFER_H
4 #include "exec/memory.h"
6 /* Framebuffer device helper routines. */
8 typedef void (*drawfn
)(void *, uint8_t *, const uint8_t *, int, int);
10 void framebuffer_update_display(
12 MemoryRegion
*address_space
,