diff options
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Tdx.h')
-rw-r--r-- | MdePkg/Include/IndustryStandard/Tdx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/IndustryStandard/Tdx.h b/MdePkg/Include/IndustryStandard/Tdx.h index 81df136184..2662761883 100644 --- a/MdePkg/Include/IndustryStandard/Tdx.h +++ b/MdePkg/Include/IndustryStandard/Tdx.h @@ -103,6 +103,8 @@ #define TDVMCALL_REPORT_FATAL_ERR 0x10003
#define TDVMCALL_SETUP_EVENT_NOTIFY 0x10004
+#define TDVMCALL_STATUS_RETRY 0x1
+
#pragma pack(1)
typedef struct {
UINT64 Data[6];
|