diff --git a/macro.h b/macro.h
index 30581ecac644c20f62ccf59d131ac6c92e70fd7d..01ddae9f835d04ef29443971ca91a22f4439d7ba 100644
--- a/macro.h
+++ b/macro.h
@@ -8,6 +8,9 @@
 #ifndef MACRO_H_
 #define MACRO_H_
 
+#define SUPERVISOR_CONTROL_VALUE 0
+#define USER_CONTROL_VALUE 3
+
 // Region enable bit
 #define REGION_ENABLE (0x1 << 0)
 
@@ -26,6 +29,4 @@
 #define RW_PRIV (0x1 << 24)
 #define RW_PRIV_R_UNPRIV (0x2 << 24)
 
-
-
 #endif /* MACRO_H_ */