VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / linux / kd.h
index f8c48b4..28be4fb 100644 (file)
@@ -147,6 +147,12 @@ struct kbd_repeat {
 struct console_font_op {
        unsigned int op;        /* operation code KD_FONT_OP_* */
        unsigned int flags;     /* KD_FONT_FLAG_* */
+       unsigned int width, height;     /* font size */
+       unsigned int charcount;
+       unsigned char __user *data;     /* font data with height fixed to 32 */
+};
+
+struct console_font {
        unsigned int width, height;     /* font size */
        unsigned int charcount;
        unsigned char *data;    /* font data with height fixed to 32 */