1 #ifndef QEMU_FRAMEBUFFER_H
2 #define QEMU_FRAMEBUFFER_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,
13 target_phys_addr_t base,