linux/include/uapi/linux/screen_info.h

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

#include <linux/types.h>

/*
 * These are set up by the setup-routine at boot-time:
 */

struct screen_info {} __attribute__((packed));

#define VIDEO_TYPE_MDA
#define VIDEO_TYPE_CGA
#define VIDEO_TYPE_EGAM
#define VIDEO_TYPE_EGAC
#define VIDEO_TYPE_VGAC
#define VIDEO_TYPE_VLFB

#define VIDEO_TYPE_PICA_S3
#define VIDEO_TYPE_MIPS_G364
#define VIDEO_TYPE_SGI

#define VIDEO_TYPE_TGAC

#define VIDEO_TYPE_SUN
#define VIDEO_TYPE_SUNPCI

#define VIDEO_TYPE_PMAC

#define VIDEO_TYPE_EFI

#define VIDEO_FLAGS_NOCURSOR

#define VIDEO_CAPABILITY_SKIP_QUIRKS
#define VIDEO_CAPABILITY_64BIT_BASE

#endif /* _UAPI_SCREEN_INFO_H */