13 typedef void (*getvmode_t)(void *);
14 typedef uint32_t (*checksum_rect_t)(int x, int y, int width, int height);
15 typedef void (*copy_pixels_t)(char *buf, int x, int y, int width, int height);
19 int xres, yres, bytestride;
24 unsigned char *fbaddr;
25 unsigned char *textbase; /* A safe place to put a textfb. */
28 checksum_rect_t checksum_rect;
29 copy_pixels_t copy_pixels;
33 extern struct fbdevice *fb;