linux/include/uapi/video/uvesafb.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_UVESAFB_H
#define _UAPI_UVESAFB_H

#include <linux/types.h>

struct v86_regs {};

/* Task flags */
#define TF_VBEIB
#define TF_BUF_ESDI
#define TF_BUF_ESBX
#define TF_BUF_RET
#define TF_EXIT

struct uvesafb_task {};

/* Constants for the capabilities field
 * in vbe_ib */
#define VBE_CAP_CAN_SWITCH_DAC
#define VBE_CAP_VGACOMPAT

/* The VBE Info Block */
struct vbe_ib {} __attribute__ ((packed));

#endif /* _UAPI_UVESAFB_H */