summaryrefslogtreecommitdiff
path: root/include/linux/console_struct.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@kernel.org>2026-04-04 21:59:34 +0300
committerThomas Gleixner <tglx@kernel.org>2026-04-04 21:59:34 +0300
commitbad28e01f206c533a8ff7fec5efe8ab9607a8364 (patch)
tree3d6ed488c49711f13984e4ce1fb08dd186330ff8 /include/linux/console_struct.h
parentfd7400cfcbaaa1f3d1b904711d9daf029e996364 (diff)
parent7aaa8047eafd0bd628065b15757d9b48c5f9c07d (diff)
downloadlinux-bad28e01f206c533a8ff7fec5efe8ab9607a8364.tar.xz
Merge tag 'v7.0-rc6' into irq/core
to be able to merge the hyper-v patch related to randomness.
Diffstat (limited to 'include/linux/console_struct.h')
-rw-r--r--include/linux/console_struct.h1
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 */