diff options
| author | Takashi Iwai <tiwai@suse.de> | 2026-04-01 15:42:56 +0300 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-04-01 15:43:00 +0300 |
| commit | 0542972950ef26670a5696e43c0ea2b7b6ac96d4 (patch) | |
| tree | 9a38714da776c84a22efcdd8d82905bd7a9903a6 /include/linux/console_struct.h | |
| parent | 579e7b820de5dd5124585413bb5e9c278d255436 (diff) | |
| parent | a0dafdbd1049a8ea661a1a471be1b840bd8aed13 (diff) | |
| download | linux-0542972950ef26670a5696e43c0ea2b7b6ac96d4.tar.xz | |
Merge branch 'for-linus' into for-next
Pull 7.0 devel branch for further cleanups of ctxfi driver & co.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 */ |
