]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/font.h
mod_devicetable: fix PHY module format
[mirror_ubuntu-bionic-kernel.git] / include / linux / font.h
index d6821769dd1e1433901314eea114d5d58189b59b..51b91c8b69d582cf9d48b873ea5f9da55a1a18d0 100644 (file)
@@ -32,6 +32,7 @@ struct font_desc {
 #define ACORN8x8_IDX   8
 #define        MINI4x6_IDX     9
 #define FONT6x10_IDX   10
+#define TER16x32_IDX   11
 
 extern const struct font_desc  font_vga_8x8,
                        font_vga_8x16,
@@ -43,7 +44,8 @@ extern const struct font_desc font_vga_8x8,
                        font_sun_12x22,
                        font_acorn_8x8,
                        font_mini_4x6,
-                       font_6x10;
+                       font_6x10,
+                       font_ter_16x32;
 
 /* Find a font with a specific name */