linux/include/video/uvesafb.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _UVESAFB_H
#define _UVESAFB_H

#include <uapi/video/uvesafb.h>


/* VBE CRTC Info Block */
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

/* VBE Mode Info Block */
struct vbe_mode_ib {} __attribute__ ((packed));

#define UVESAFB_DEFAULT_MODE

/* How long to wait for a reply from userspace [ms] */
#define UVESAFB_TIMEOUT

/* Max number of concurrent tasks */
#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 /* _UVESAFB_H */