X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftee.h;h=13f6096b9a638663b4b296f44b416a208f056d6b;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=50051496ae506b572afe55ed05c72401e2cbcce2;hpb=1943f2a2a7c58b76812fcad2d3012036af7464ce;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/tee.h b/include/tee.h index 5005149..13f6096 100644 --- a/include/tee.h +++ b/include/tee.h @@ -58,6 +58,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