aboutsummaryrefslogtreecommitdiff
path: root/lib/libutee/tee_api_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutee/tee_api_private.h')
-rw-r--r--lib/libutee/tee_api_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutee/tee_api_private.h b/lib/libutee/tee_api_private.h
index d9c27952..336a239b 100644
--- a/lib/libutee/tee_api_private.h
+++ b/lib/libutee/tee_api_private.h
@@ -18,7 +18,7 @@ void __utee_from_param(struct utee_params *up, uint32_t param_types,
void __utee_to_param(TEE_Param params[TEE_NUM_PARAMS],
uint32_t *param_types, const struct utee_params *up);
-void __utee_entry(unsigned long func, unsigned long session_id,
+TEE_Result __utee_entry(unsigned long func, unsigned long session_id,
struct utee_params *up, unsigned long cmd_id);