From ac174ab64b45ee0d943c1e9c60edae5a0e294c77 Mon Sep 17 00:00:00 2001 From: AlexeiFedorov Date: Thu, 6 Apr 2023 16:35:22 +0100 Subject: 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 Change-Id: Ia911f9ba07b69d384bbd910f4b4dd3b68646c98a --- include/runtime_services/host_realm_managment/host_realm_rmi.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') 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; -- cgit v1.2.3