aboutsummaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/types.h b/types.h
index 9228558..1d72c95 100644
--- a/types.h
+++ b/types.h
@@ -7,6 +7,11 @@ typedef enum {
} bool;
typedef enum {
+ BO_BIG_ENDIAN,
+ BO_LITTLE_ENDIAN
+} byteorder_t;
+
+typedef enum {
MODE_IMAGE,
MODE_THUMB
} appmode_t;