X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fkd.h;h=28be4fbe9044a988a16497746da884be5a5a22c6;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=f8c48b4975339859d1713a2dffbe44dead2b119a;hpb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;p=linux-2.6.git diff --git a/include/linux/kd.h b/include/linux/kd.h index f8c48b497..28be4fbe9 100644 --- a/include/linux/kd.h +++ b/include/linux/kd.h @@ -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 */