]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/font.h
fonts: Add 6x10 font
[mirror_ubuntu-zesty-kernel.git] / include / linux / font.h
index 40a24ab41b36b883eaea6abfcecb82db66de31e2..d6821769dd1e1433901314eea114d5d58189b59b 100644 (file)
@@ -31,6 +31,7 @@ struct font_desc {
 #define SUN12x22_IDX   7
 #define ACORN8x8_IDX   8
 #define        MINI4x6_IDX     9
+#define FONT6x10_IDX   10
 
 extern const struct font_desc  font_vga_8x8,
                        font_vga_8x16,
@@ -41,7 +42,8 @@ extern const struct font_desc font_vga_8x8,
                        font_sun_8x16,
                        font_sun_12x22,
                        font_acorn_8x8,
-                       font_mini_4x6;
+                       font_mini_4x6,
+                       font_6x10;
 
 /* Find a font with a specific name */