added u32 type
[my-code/arm.git] / betty / font2b.c
index d155855..5ce243a 100644 (file)
@@ -21,6 +21,8 @@
 #include <fcntl.h>
 #include <unistd.h>
 
+typedef unsigned int u32;
+
 // put your font data here!
 #include "/usr/src/linux/drivers/video/console/font_pearl_8x8.c"