summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/Library
diff options
context:
space:
mode:
authorSumit Garg <sumit.garg@linaro.org>2018-12-11 13:08:59 +0530
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-12-11 09:04:10 +0100
commitf0574a194c1ef85ca94d4ea776d3b517ad5ac0ce (patch)
tree5181327c84e1a1ba26edd85aefbeaf6faa593e25 /ArmPkg/Include/Library
parentf4c8c1bbf1698ddc0939178dddd7587cbdbb29c7 (diff)
downloadedk2-f0574a194c1ef85ca94d4ea776d3b517ad5ac0ce.tar.gz
edk2-f0574a194c1ef85ca94d4ea776d3b517ad5ac0ce.tar.bz2
edk2-f0574a194c1ef85ca94d4ea776d3b517ad5ac0ce.zip
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>
Diffstat (limited to 'ArmPkg/Include/Library')
-rw-r--r--ArmPkg/Include/Library/OpteeLib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmPkg/Include/Library/OpteeLib.h b/ArmPkg/Include/Library/OpteeLib.h
index 6884d56818..a7b2ff1b6b 100644
--- a/ArmPkg/Include/Library/OpteeLib.h
+++ b/ArmPkg/Include/Library/OpteeLib.h
@@ -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