summaryrefslogtreecommitdiffstats
path: root/drivers/char/fnt8x16.c
blob: 8e1b95477c81312380bd2a8c7cdd3da1bf3c9014 (plain)
1
2
3
4
5
6
7
/*
 * Font for Mips Magnum 4000 graphic console
 */

unsigned char font[] = {
#include "8x16.fnt"
};