summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/tlk_driver/ote_protocol.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/tlk_driver/ote_protocol.h b/security/tlk_driver/ote_protocol.h
index 7e10feed5233..c5aea3d234e3 100644
--- a/security/tlk_driver/ote_protocol.h
+++ b/security/tlk_driver/ote_protocol.h
@@ -112,12 +112,14 @@ enum {
/* Trusted OS calls */
TE_SMC_REGISTER_REQ_BUF = 0x32000002,
- TE_SMC_PROGRAM_VPR = 0x32000003,
TE_SMC_REGISTER_IRQ_HANDLER = 0x32000004,
TE_SMC_NS_IRQ_DONE = 0x32000005,
TE_SMC_INIT_LOGGER = 0x32000007,
TE_SMC_SS_REGISTER_HANDLER = 0x32000008,
TE_SMC_SS_REQ_COMPLETE = 0x32000009,
+
+ /* SIP (SOC specific) calls. */
+ TE_SMC_PROGRAM_VPR = 0x82000003,
};
enum {