Commit 1af16980 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] 6x4 font headers

Oops forgot this in the first patch set
parent d7c13896
......@@ -28,6 +28,7 @@ struct fbcon_font_desc {
#define SUN8x16_IDX 4
#define SUN12x22_IDX 5
#define ACORN8x8_IDX 6
#define MINI4x6_IDX 7
extern struct fbcon_font_desc font_vga_8x8,
font_vga_8x16,
......@@ -35,7 +36,8 @@ extern struct fbcon_font_desc font_vga_8x8,
font_vga_6x11,
font_sun_8x16,
font_sun_12x22,
font_acorn_8x8;
font_acorn_8x8,
font_mini_4x6;
/* Find a font with a specific name */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment