]> Git Repo - linux.git/blobdiff - include/linux/console_struct.h
ASoC: SOF: Intel: don't ignore IOC interrupts for non-audio transfers
[linux.git] / include / linux / console_struct.h
index 1518568aaf0f2763ca6ad2bc6e1aa4cf763ea900..20f564e9855234308afc6768d67635435d6c5bed 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/workqueue.h>
 
 struct uni_pagedict;
-struct uni_screen;
 
 #define NPAR 16
 #define VC_TABSTOPS_COUNT      256U
@@ -152,14 +151,13 @@ struct vc_data {
        DECLARE_BITMAP(vc_tab_stop, VC_TABSTOPS_COUNT); /* Tab stops. 256 columns. */
        unsigned char   vc_palette[16*3];       /* Colour palette for VGA+ */
        unsigned short * vc_translate;
-       unsigned int    vc_resize_user;         /* resize request from user */
        unsigned int    vc_bell_pitch;          /* Console bell pitch */
        unsigned int    vc_bell_duration;       /* Console bell duration */
        unsigned short  vc_cur_blink_ms;        /* Cursor blink duration */
        struct vc_data **vc_display_fg;         /* [!] Ptr to var holding fg console for this display */
        struct uni_pagedict *uni_pagedict;
        struct uni_pagedict **uni_pagedict_loc; /* [!] Location of uni_pagedict variable for this console */
-       struct uni_screen *vc_uni_screen;       /* unicode screen content */
+       u32 **vc_uni_lines;                     /* unicode screen content */
        /* additional information is in vt_kern.h */
 };
 
This page took 0.038223 seconds and 4 git commands to generate.