summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/mytypes.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-reader/mytypes.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/mytypes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/mytypes.h b/noncore/apps/opie-reader/mytypes.h
new file mode 100644
index 0000000..ea60db3
--- a/dev/null
+++ b/noncore/apps/opie-reader/mytypes.h
@@ -0,0 +1,8 @@
+#ifndef __MYTYPES_H__
+#define __MYTYPES_H__
+typedef unsigned char UInt8;
+typedef unsigned short UInt16;
+typedef signed short Int16;
+typedef unsigned long UInt32;
+#endif
+