Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
screen_info.h
Go to the documentation of this file.
1 #ifndef _SCREEN_INFO_H
2 #define _SCREEN_INFO_H
3 
5 
6 extern struct screen_info screen_info;
7 
8 #define ORIG_X (screen_info.orig_x)
9 #define ORIG_Y (screen_info.orig_y)
10 #define ORIG_VIDEO_MODE (screen_info.orig_video_mode)
11 #define ORIG_VIDEO_COLS (screen_info.orig_video_cols)
12 #define ORIG_VIDEO_EGA_BX (screen_info.orig_video_ega_bx)
13 #define ORIG_VIDEO_LINES (screen_info.orig_video_lines)
14 #define ORIG_VIDEO_ISVGA (screen_info.orig_video_isVGA)
15 #define ORIG_VIDEO_POINTS (screen_info.orig_video_points)
16 #endif /* _SCREEN_INFO_H */