summaryrefslogtreecommitdiff
path: root/firmware/smu.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/smu.h')
-rw-r--r--firmware/smu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/smu.h b/firmware/smu.h
index 6b52daf..7fb1192 100644
--- a/firmware/smu.h
+++ b/firmware/smu.h
@@ -22,6 +22,7 @@ typedef unsigned int u32;
#define SMU_POST(x) write32(0xe0003024, (x & 0xff))
+#define SMC_MSG_AUTH 0
#define SMC_MSG_HALT 1
#define SMC_MSG_PHY_LN_OFF 2
#define SMC_MSG_PHY_LN_ON 3