1 #ifndef _UAPI_UVESAFB_H
2 #define _UAPI_UVESAFB_H
4 #include <linux/types.h>
27 #define TF_BUF_ESDI 0x02
28 #define TF_BUF_ESBX 0x04
29 #define TF_BUF_RET 0x08
38 /* Constants for the capabilities field
40 #define VBE_CAP_CAN_SWITCH_DAC 0x01
41 #define VBE_CAP_VGACOMPAT 0x02
43 /* The VBE Info Block */
45 char vbe_signature[4];
51 __u16 oem_software_rev;
52 __u32 oem_vendor_name_ptr;
53 __u32 oem_product_name_ptr;
54 __u32 oem_product_rev_ptr;
58 } __attribute__ ((packed));
60 #endif /* _UAPI_UVESAFB_H */