btinfo_framebuffer
struct btinfo_framebuffer fb;
struct btinfo_framebuffer btinfo_framebuffer;
framebuffer_configure(struct btinfo_framebuffer *fb)
btinfo_framebuffer = *fb;
btinfo_framebuffer.physaddr = 0;
btinfo_framebuffer.flags = 0;
BI_ADD(&btinfo_framebuffer, BTINFO_FRAMEBUFFER,
sizeof(struct btinfo_framebuffer));
extern struct btinfo_framebuffer btinfo_framebuffer;
mbt->vbe_mode = btinfo_framebuffer.vbemode;
struct btinfo_framebuffer *fb = &btinfo_framebuffer;
struct btinfo_framebuffer;
void framebuffer_configure(struct btinfo_framebuffer *);
struct btinfo_framebuffer fb;
const struct btinfo_framebuffer * xen_genfb_getbtinfo(void);
struct btinfo_framebuffer fbinfo;
const struct btinfo_framebuffer *fbinfo = NULL;
const struct btinfo_framebuffer *fbinfo = NULL;
struct btinfo_framebuffer fbinfo;
mbi_vbe(struct multiboot_tag_vbe *mbt, struct btinfo_framebuffer *bif)
struct btinfo_framebuffer *bif)
struct btinfo_framebuffer fbinfo;
const struct btinfo_framebuffer *fbinfo = NULL;
static struct btinfo_framebuffer _xen_genfb_btinfo = {0};
const struct btinfo_framebuffer *
_xen_genfb_btinfo.common.len = sizeof(struct btinfo_framebuffer);