summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/mytypes.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/mytypes.h') (more/less context) (show 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 @@
1#ifndef __MYTYPES_H__
2#define __MYTYPES_H__
3typedef unsigned char UInt8;
4typedef unsigned short UInt16;
5typedef signed short Int16;
6typedef unsigned long UInt32;
7#endif
8