Home
last modified time | relevance | path

Searched hist:"8 c26d0ae7c431102ae01d64e12c1077633711b8e" (Results 1 – 1 of 1) sorted by relevance

/optee_os/lib/libutee/include/
H A Dutee_defines.h8c26d0ae7c431102ae01d64e12c1077633711b8e Thu Oct 05 16:23:11 UTC 2023 Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> libutee: add TEE_U*_FROM/TO_LITTLE_ENDIAN()

The 'TEE_U*_FROM/TO_LITTLE_ENDIAN()' functions perform conversions
between a variable stored in little-endian format and the CPU format.
Currently, OP-TEE only supports little-endian platforms, so the macro
does not perform any swapping.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>