X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fconsole_struct.h;h=a461f76fb004e874f38ec245c6a6834b333a5004;hb=7f8f48af0861c38c28d4abd550102643e0ea9e6a;hp=a86162b26c0dde5a349a81129e67b74f1506d821;hpb=93bbad8fe13a25dcf7f3bc628a71d1a7642ae61b;p=powerpc.git diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h index a86162b26c..a461f76fb0 100644 --- a/include/linux/console_struct.h +++ b/include/linux/console_struct.h @@ -37,6 +37,7 @@ struct vc_data { unsigned char vc_color; /* Foreground & background */ unsigned char vc_s_color; /* Saved foreground & background */ unsigned char vc_ulcolor; /* Color for underline mode */ + unsigned char vc_itcolor; unsigned char vc_halfcolor; /* Color for half intensity mode */ /* cursor */ unsigned int vc_cursor_type; @@ -71,10 +72,12 @@ struct vc_data { unsigned int vc_deccolm : 1; /* 80/132 Column Mode */ /* attribute flags */ unsigned int vc_intensity : 2; /* 0=half-bright, 1=normal, 2=bold */ + unsigned int vc_italic:1; unsigned int vc_underline : 1; unsigned int vc_blink : 1; unsigned int vc_reverse : 1; unsigned int vc_s_intensity : 2; /* saved rendition */ + unsigned int vc_s_italic:1; unsigned int vc_s_underline : 1; unsigned int vc_s_blink : 1; unsigned int vc_s_reverse : 1;