summaryrefslogtreecommitdiff
path: root/include/tee.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tee.h')
-rw-r--r--include/tee.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tee.h b/include/tee.h
index 44e9cd4321..087810bd12 100644
--- a/include/tee.h
+++ b/include/tee.h
@@ -39,6 +39,7 @@
#define TEE_SUCCESS 0x00000000
#define TEE_ERROR_STORAGE_NOT_AVAILABLE 0xf0100003
#define TEE_ERROR_GENERIC 0xffff0000
+#define TEE_ERROR_EXCESS_DATA 0xffff0004
#define TEE_ERROR_BAD_PARAMETERS 0xffff0006
#define TEE_ERROR_ITEM_NOT_FOUND 0xffff0008
#define TEE_ERROR_NOT_IMPLEMENTED 0xffff0009