diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2026-03-24 23:49:39 +0300 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2026-03-24 23:49:39 +0300 |
| commit | 117f8e71d61dab08b9be84b7dd0dd65916ed13c0 (patch) | |
| tree | df443572c14d9d0d4cfe2561ee754dccf76247b9 /include/linux/console_struct.h | |
| parent | 0f9bcf224f983e27f29fb0349c113b4817d5357c (diff) | |
| parent | c369299895a591d96745d6492d4888259b004a9e (diff) | |
| download | linux-117f8e71d61dab08b9be84b7dd0dd65916ed13c0.tar.xz | |
Merge tag 'v7.0-rc5' into next
Sync up with mainline to pull in a fix for smb compilation error.
Diffstat (limited to 'include/linux/console_struct.h')
| -rw-r--r-- | include/linux/console_struct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h index 13b35637bd5a..d5ca855116df 100644 --- a/include/linux/console_struct.h +++ b/include/linux/console_struct.h @@ -160,6 +160,7 @@ struct vc_data { struct uni_pagedict **uni_pagedict_loc; /* [!] Location of uni_pagedict variable for this console */ u32 **vc_uni_lines; /* unicode screen content */ u16 *vc_saved_screen; + u32 **vc_saved_uni_lines; unsigned int vc_saved_cols; unsigned int vc_saved_rows; /* additional information is in vt_kern.h */ |
