#ifndef _UVESAFB_H
#define _UVESAFB_H
#include <uapi/video/uvesafb.h>
struct vbe_crtc_ib { … } __attribute__ ((packed));
#define VBE_MODE_VGACOMPAT …
#define VBE_MODE_COLOR …
#define VBE_MODE_SUPPORTEDHW …
#define VBE_MODE_GRAPHICS …
#define VBE_MODE_LFB …
#define VBE_MODE_MASK …
struct vbe_mode_ib { … } __attribute__ ((packed));
#define UVESAFB_DEFAULT_MODE …
#define UVESAFB_TIMEOUT …
#define UVESAFB_TASKS_MAX …
#define dac_reg …
#define dac_val …
struct uvesafb_pal_entry { … } __attribute__ ((packed));
struct uvesafb_ktask { … };
#define UVESAFB_EXACT_RES …
#define UVESAFB_EXACT_DEPTH …
struct uvesafb_par { … };
#endif