From b953468e91eac48d2e3817f18cd604e20f39c56b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 19 Oct 2017 14:43:18 -0400 Subject: Don't have tons of local guid definitions for no reason at all. Signed-off-by: Peter Jones --- include/tpm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/tpm.h') diff --git a/include/tpm.h b/include/tpm.h index 0b0cd66d..38642390 100644 --- a/include/tpm.h +++ b/include/tpm.h @@ -3,9 +3,6 @@ #include -#define EFI_TPM_GUID {0xf541796d, 0xa62e, 0x4954, {0xa7, 0x75, 0x95, 0x84, 0xf6, 0x1b, 0x9c, 0xdd }}; -#define EFI_TPM2_GUID {0x607f766c, 0x7455, 0x42be, {0x93, 0x0b, 0xe4, 0xd7, 0x6d, 0xb2, 0x72, 0x0f }}; - #define TPM_ALG_SHA 0x00000004 #define EV_IPL 0x0000000d -- cgit v1.2.3