added low level flash support
[my-code/arm.git] / betty / types.h
diff --git a/betty/types.h b/betty/types.h
new file mode 100644 (file)
index 0000000..e3a3091
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * type.h - type definitions
+ *
+ * author: hackbard@hackdaworld.org
+ *
+ */
+
+#ifndef TYPE_H
+#define TYPE_H
+
+typedef unsigned char u8;
+typedef unsigned short u16;
+typedef unsigned int u32;
+
+#endif
+