summaryrefslogtreecommitdiffstats
path: root/drivers/char/fnt8x16.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/fnt8x16.c')
-rw-r--r--drivers/char/fnt8x16.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/char/fnt8x16.c b/drivers/char/fnt8x16.c
new file mode 100644
index 000000000..8e1b95477
--- /dev/null
+++ b/drivers/char/fnt8x16.c
@@ -0,0 +1,7 @@
+/*
+ * Font for Mips Magnum 4000 graphic console
+ */
+
+unsigned char font[] = {
+#include "8x16.fnt"
+};