ArmPkg/OpteeLib: Add OPTEE_SUCCESS return code

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
This commit is contained in:
Sumit Garg 2018-12-11 13:08:59 +05:30 committed by Ard Biesheuvel
parent f4c8c1bbf1
commit f0574a194c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#define OPTEE_MESSAGE_ATTRIBUTE_TYPE_MASK 0xff
#define OPTEE_SUCCESS 0x00000000
#define OPTEE_ORIGIN_COMMUNICATION 0x00000002
#define OPTEE_ERROR_COMMUNICATION 0xFFFF000E