diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-07-18 03:06:55 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-18 03:06:54 -0700 |
| commit | b52f6435ab1cc8364e8dd5db8a89bfff486a1f73 (patch) | |
| tree | e87cc3fbba8ba7114a286cc4d81a6db1fa16d201 /include | |
| parent | b1b3c5a65e5bbb95d1b512c8dc8d1dd3f2451a55 (diff) | |
| parent | 7293d203cfd074eea72b22910d06eb98e45daffd (diff) | |
Merge "qseecom: update on smcinvoke-aware listeners operations"
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/qcom/qseecomi.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/soc/qcom/qseecomi.h b/include/soc/qcom/qseecomi.h index 6497d962e347..e199978302bf 100644 --- a/include/soc/qcom/qseecomi.h +++ b/include/soc/qcom/qseecomi.h @@ -336,7 +336,7 @@ __packed struct qseecom_client_send_fsm_key_req { __packed struct qseecom_continue_blocked_request_ireq { uint32_t qsee_cmd_id; - uint32_t app_id; + uint32_t app_or_session_id; /*legacy: app_id; smcinvoke: session_id*/ }; @@ -681,6 +681,9 @@ __packed struct qseecom_continue_blocked_request_ireq { #define TZ_OS_CONTINUE_BLOCKED_REQUEST_ID \ TZ_SYSCALL_CREATE_SMC_ID(TZ_OWNER_QSEE_OS, TZ_SVC_LISTENER, 0x04) +#define TZ_OS_CONTINUE_BLOCKED_REQUEST_SMCINVOKE_ID \ + TZ_SYSCALL_CREATE_SMC_ID(TZ_OWNER_QSEE_OS, TZ_SVC_LISTENER, 0x07) + #define TZ_OS_CONTINUE_BLOCKED_REQUEST_ID_PARAM_ID \ TZ_SYSCALL_CREATE_PARAM_ID_1(TZ_SYSCALL_PARAM_TYPE_VAL) |
