diff options
Diffstat (limited to 'include/linux/console_struct.h')
| -rw-r--r-- | include/linux/console_struct.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h index c0ec478ea5bf..fea64f2692a0 100644 --- a/include/linux/console_struct.h +++ b/include/linux/console_struct.h | |||
| @@ -17,8 +17,8 @@ | |||
| 17 | #include <linux/vt.h> | 17 | #include <linux/vt.h> |
| 18 | #include <linux/workqueue.h> | 18 | #include <linux/workqueue.h> |
| 19 | 19 | ||
| 20 | struct vt_struct; | ||
| 21 | struct uni_pagedir; | 20 | struct uni_pagedir; |
| 21 | struct uni_screen; | ||
| 22 | 22 | ||
| 23 | #define NPAR 16 | 23 | #define NPAR 16 |
| 24 | 24 | ||
| @@ -140,6 +140,7 @@ struct vc_data { | |||
| 140 | struct vc_data **vc_display_fg; /* [!] Ptr to var holding fg console for this display */ | 140 | struct vc_data **vc_display_fg; /* [!] Ptr to var holding fg console for this display */ |
| 141 | struct uni_pagedir *vc_uni_pagedir; | 141 | struct uni_pagedir *vc_uni_pagedir; |
| 142 | struct uni_pagedir **vc_uni_pagedir_loc; /* [!] Location of uni_pagedir variable for this console */ | 142 | struct uni_pagedir **vc_uni_pagedir_loc; /* [!] Location of uni_pagedir variable for this console */ |
| 143 | struct uni_screen *vc_uni_screen; /* unicode screen content */ | ||
| 143 | bool vc_panic_force_write; /* when oops/panic this VC can accept forced output/blanking */ | 144 | bool vc_panic_force_write; /* when oops/panic this VC can accept forced output/blanking */ |
| 144 | /* additional information is in vt_kern.h */ | 145 | /* additional information is in vt_kern.h */ |
| 145 | }; | 146 | }; |
| @@ -148,7 +149,7 @@ struct vc { | |||
| 148 | struct vc_data *d; | 149 | struct vc_data *d; |
| 149 | struct work_struct SAK_work; | 150 | struct work_struct SAK_work; |
| 150 | 151 | ||
| 151 | /* might add scrmem, vt_struct, kbd at some time, | 152 | /* might add scrmem, kbd at some time, |
| 152 | to have everything in one place - the disadvantage | 153 | to have everything in one place - the disadvantage |
| 153 | would be that vc_cons etc can no longer be static */ | 154 | would be that vc_cons etc can no longer be static */ |
| 154 | }; | 155 | }; |
