summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexeiFedorov <Alexei.Fedorov@arm.com>2023-04-06 16:35:22 +0100
committerSoby Mathew <soby.mathew@arm.com>2023-09-13 09:43:21 +0100
commitac174ab64b45ee0d943c1e9c60edae5a0e294c77 (patch)
treef4f637dfcea9bf6c14cfb9de626a4abef8f85963 /include
parent3d3dea2c3712b9b3f6b69b1690a6c73aeefc9a3e (diff)
feat(rme): remove RMI_ERROR_IN_USE error code
This patch removes RMI_ERROR_IN_USE error code, as per RMM Specification 1.0-eac1, no functional modifications are made. Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com> Change-Id: Ia911f9ba07b69d384bbd910f4b4dd3b68646c98a
Diffstat (limited to 'include')
-rw-r--r--include/runtime_services/host_realm_managment/host_realm_rmi.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/runtime_services/host_realm_managment/host_realm_rmi.h b/include/runtime_services/host_realm_managment/host_realm_rmi.h
index 36428bb..e211d5a 100644
--- a/include/runtime_services/host_realm_managment/host_realm_rmi.h
+++ b/include/runtime_services/host_realm_managment/host_realm_rmi.h
@@ -307,12 +307,6 @@ typedef enum {
* index: RTT level at which the walk terminated
*/
RMI_ERROR_RTT = 4,
- /*
- * An operation cannot be completed because a resource is in use.
- *
- * index is zero.
- */
- RMI_ERROR_IN_USE = 5,
RMI_ERROR_COUNT
} status_t;