1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_UVESAFB_H
3 #define _UAPI_UVESAFB_H
5 #include <linux/types.h>
28 #define TF_BUF_ESDI 0x02
29 #define TF_BUF_ESBX 0x04
30 #define TF_BUF_RET 0x08
39 /* Constants for the capabilities field
41 #define VBE_CAP_CAN_SWITCH_DAC 0x01
42 #define VBE_CAP_VGACOMPAT 0x02
44 /* The VBE Info Block */
46 char vbe_signature
[4];
52 __u16 oem_software_rev
;
53 __u32 oem_vendor_name_ptr
;
54 __u32 oem_product_name_ptr
;
55 __u32 oem_product_rev_ptr
;
59 } __attribute__ ((packed
));
61 #endif /* _UAPI_UVESAFB_H */