Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
screen_info.h File Reference
#include <uapi/linux/screen_info.h>

Go to the source code of this file.

Macros

#define ORIG_X   (screen_info.orig_x)
 
#define ORIG_Y   (screen_info.orig_y)
 
#define ORIG_VIDEO_MODE   (screen_info.orig_video_mode)
 
#define ORIG_VIDEO_COLS   (screen_info.orig_video_cols)
 
#define ORIG_VIDEO_EGA_BX   (screen_info.orig_video_ega_bx)
 
#define ORIG_VIDEO_LINES   (screen_info.orig_video_lines)
 
#define ORIG_VIDEO_ISVGA   (screen_info.orig_video_isVGA)
 
#define ORIG_VIDEO_POINTS   (screen_info.orig_video_points)
 

Variables

struct screen_info screen_info
 

Macro Definition Documentation

#define ORIG_VIDEO_COLS   (screen_info.orig_video_cols)

Definition at line 11 of file screen_info.h.

#define ORIG_VIDEO_EGA_BX   (screen_info.orig_video_ega_bx)

Definition at line 12 of file screen_info.h.

#define ORIG_VIDEO_ISVGA   (screen_info.orig_video_isVGA)

Definition at line 14 of file screen_info.h.

#define ORIG_VIDEO_LINES   (screen_info.orig_video_lines)

Definition at line 13 of file screen_info.h.

#define ORIG_VIDEO_MODE   (screen_info.orig_video_mode)

Definition at line 10 of file screen_info.h.

#define ORIG_VIDEO_POINTS   (screen_info.orig_video_points)

Definition at line 15 of file screen_info.h.

#define ORIG_X   (screen_info.orig_x)

Definition at line 8 of file screen_info.h.

#define ORIG_Y   (screen_info.orig_y)

Definition at line 9 of file screen_info.h.

Variable Documentation

Definition at line 137 of file setup.c.