#ifndef _UAPI_SCREEN_INFO_H
#define _UAPI_SCREEN_INFO_H
#include <linux/types.h>
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