tty.h: add new font type
authorAlan Cox <alan@linux.intel.com>
Sun, 12 Aug 2018 23:35:33 +0000 (00:35 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 12 Aug 2018 23:35:33 +0000 (00:35 +0100)
Kernel/include/tty.h

index 7209676..115e600 100644 (file)
@@ -188,6 +188,8 @@ struct fontinfo {
 #define FONT_INFO_4X6  3
 #define FONT_INFO_8X11P16  4   /* 8 x 11 but packed 16 line packed */
 #define FONT_INFO_8X16 5
+#define FONT_INFO_6X12P16  6   /* 6x12 on 16 byte boundaries
+                                  16 line packed, low 6 bits */
 };
 
 /* Group the tty into a single object. That lets 8bit processors keep all