aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <JBottomley@Parallels.com>2014-12-22 07:19:59 -0800
committerJames Bottomley <JBottomley@Parallels.com>2014-12-22 07:32:47 -0800
commitfac0bce71fb4c5bf22e2e3e65037a477b70289e8 (patch)
treee1ab6fe8df95abe4c627f49d9f9c2c14bf24cc6d
parentf77fff3d5bc6cbaab625dc11d7bee5967d291583 (diff)
downloadefitools-fac0bce71fb4c5bf22e2e3e65037a477b70289e8.tar.gz
variable.h: add dbt detection support
There's an OS indication for the timestamp signature database, so add the definition. Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r--include/variables.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/variables.h b/include/variables.h
index f14a320..abb55b7 100644
--- a/include/variables.h
+++ b/include/variables.h
@@ -27,7 +27,8 @@ find_in_esl(UINT8 *Data, UINTN DataSize, UINT8 *key, UINTN keylen);
EFI_STATUS
find_in_variable_esl(CHAR16* var, EFI_GUID owner, UINT8 *key, UINTN keylen);
-#define EFI_OS_INDICATIONS_BOOT_TO_FW_UI 0x0000000000000001
+#define EFI_OS_INDICATIONS_BOOT_TO_FW_UI 0x0000000000000001
+#define EFI_OS_INDICATIONS_TIMESTAMP_REVOCATION 0x0000000000000002
UINT64
GetOSIndications(void);