smcinvoke: adci interface adaptation as per QTEE

Adapted the latest IClientEnv adci and other
interface methods from QTEE.
Change-Id: I05730e56d656977fbc53a2d3dedb04426474be1c
This commit is contained in:
Pawan Rai
2023-01-19 15:23:02 +05:30
committed by Gerrit - the friendly Code Review server
parent 703d2a9e9d
commit ca9f562c5a
4 changed files with 41 additions and 12 deletions

View File

@@ -184,7 +184,8 @@ static inline void Object_replace(struct Object *loc, struct Object objNew)
}
#define Object_ASSIGN_NULL(loc) Object_replace(&(loc), Object_NULL)
#define SMCINVOKE_INTERFACE_MAX_RETRY 5
#define SMCINVOKE_INTERFACE_MAX_RETRY 5
#define SMCINVOKE_INTERFACE_BUSY_WAIT_MS 5
int smcinvoke_release_from_kernel_client(int fd);