13 typedef void (*getvmode_t)(void *);
14 typedef uint32_t (*checksum_rect_t)(int x, int y, int width, int height);
18 int xres, yres, bytestride;
23 unsigned char *fbaddr;
24 unsigned char *textbase; /* A safe place to put a textfb. */
27 checksum_rect_t checksum_rect;
31 extern struct fbdevice *fb;