hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/include/linux/font.h
....@@ -32,6 +32,8 @@
3232 #define ACORN8x8_IDX 8
3333 #define MINI4x6_IDX 9
3434 #define FONT6x10_IDX 10
35
+#define TER16x32_IDX 11
36
+#define FONT6x8_IDX 12
3537
3638 extern const struct font_desc font_vga_8x8,
3739 font_vga_8x16,
....@@ -43,7 +45,9 @@
4345 font_sun_12x22,
4446 font_acorn_8x8,
4547 font_mini_4x6,
46
- font_6x10;
48
+ font_6x10,
49
+ font_ter_16x32,
50
+ font_6x8;
4751
4852 /* Find a font with a specific name */
4953