diff options
Diffstat (limited to 'include/linux/screen_info.h')
-rw-r--r-- | include/linux/screen_info.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/screen_info.h b/include/linux/screen_info.h index 76850b75b3f6..6336987dae62 100644 --- a/include/linux/screen_info.h +++ b/include/linux/screen_info.h | |||
@@ -41,8 +41,7 @@ struct screen_info { | |||
41 | u16 vesapm_off; /* 0x30 */ | 41 | u16 vesapm_off; /* 0x30 */ |
42 | u16 pages; /* 0x32 */ | 42 | u16 pages; /* 0x32 */ |
43 | u16 vesa_attributes; /* 0x34 */ | 43 | u16 vesa_attributes; /* 0x34 */ |
44 | u32 capabilities; /* 0x36 */ | 44 | /* 0x36 -- 0x3f reserved for future expansion */ |
45 | /* 0x3a -- 0x3f reserved for future expansion */ | ||
46 | }; | 45 | }; |
47 | 46 | ||
48 | extern struct screen_info screen_info; | 47 | extern struct screen_info screen_info; |