summaryrefslogtreecommitdiff
path: root/src/rcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcm.h')
-rw-r--r--src/rcm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rcm.h b/src/rcm.h
index 505547c..ab4bea2 100644
--- a/src/rcm.h
+++ b/src/rcm.h
@@ -107,6 +107,7 @@ typedef struct {
// security operating modes
#define RCM_OP_MODE_PRE_PRODUCTION 0x1
#define RCM_OP_MODE_DEVEL 0x3
+#define RCM_OP_MODE_ODM_SECURE 0x4
#define RCM_OP_MODE_ODM_OPEN 0x5
int rcm_init(uint32_t version);