summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShruti Gupta <shruti.gupta@arm.com>2023-10-12 22:02:29 +0100
committerShruti Gupta <shruti.gupta@arm.com>2023-10-23 19:34:54 +0200
commit52b5f02cf50a79efdaf7bd6682e40a069dec04b7 (patch)
tree62b0019e05420486a64cfd7507fb4f2437fd4735 /include
parent699cd4feef98deb1e1d3bc95adc42a16da40052d (diff)
feat(rmm) : use shared data buf to pass arg to rec
Host can pass arguments to rec using per rec shared buffer. Change-Id: Ic34acf6253031b3b5f184669084f15460b0fc5fd Signed-off-by: Shruti Gupta <shruti.gupta@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/runtime_services/host_realm_managment/host_shared_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/runtime_services/host_realm_managment/host_shared_data.h b/include/runtime_services/host_realm_managment/host_shared_data.h
index fbeb257..4cb3c0a 100644
--- a/include/runtime_services/host_realm_managment/host_shared_data.h
+++ b/include/runtime_services/host_realm_managment/host_shared_data.h
@@ -63,7 +63,7 @@ enum realm_cmd {
*/
enum host_param_index {
HOST_CMD_INDEX = 0U,
- HOST_SLEEP_INDEX
+ HOST_ARG1_INDEX
};
enum host_call_cmd {