/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* Constants for the capabilities field
#define VBE_CAP_CAN_SWITCH_DAC 0x01
#define VBE_CAP_VGACOMPAT 0x02
__u32 oem_vendor_name_ptr;
__u32 oem_product_name_ptr;
__u32 oem_product_rev_ptr;
} __attribute__ ((packed));