Hi
On 5/12/21 5:05 PM, Etienne Carriere wrote:
TEE header file defines a clnt_login field in struct tee_open_session_arg
but does not define the values expected. This change define identifiers
for the field using a enumerated type. Back end TEE driver is expected to
convert these IDs into IDs meaningful to the TEE.
Signed-off-by: Etienne Carriere <etienne.carri...@linaro.org>
---
include/tee.h | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
Reviewed-by: Patrick Delaunay <patrick.delau...@foss.st.com>
Thanks
Patrick