summaryrefslogtreecommitdiff
path: root/rbutil/mkamsboot/mkamsboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkamsboot/mkamsboot.h')
-rw-r--r--rbutil/mkamsboot/mkamsboot.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/rbutil/mkamsboot/mkamsboot.h b/rbutil/mkamsboot/mkamsboot.h
index 9a9b9d4e5f..a14b320685 100644
--- a/rbutil/mkamsboot/mkamsboot.h
+++ b/rbutil/mkamsboot/mkamsboot.h
@@ -28,6 +28,17 @@
28#include <stdint.h> 28#include <stdint.h>
29#include <sys/types.h> 29#include <sys/types.h>
30 30
31/* Supported models */
32enum {
33 MODEL_UNKNOWN = -1,
34 MODEL_FUZE = 0,
35 MODEL_CLIP,
36 MODEL_CLIPV2,
37 MODEL_E200V2,
38 MODEL_M200V4,
39 MODEL_C200V2,
40};
41
31 42
32/* Holds info about the OF */ 43/* Holds info about the OF */
33struct md5sums { 44struct md5sums {