26 lines
914 B
C
26 lines
914 B
C
/** @file
|
|
Definitions for TPM2.0 DTPM Publish ACPI Table Done GUID.
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2015, Insyde Software Corp. All Rights Reserved.
|
|
;*
|
|
;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
;* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
;* any part of this publication in any form, by any means, without the prior
|
|
;* written permission of Insyde Software Corporation.
|
|
;*
|
|
;******************************************************************************
|
|
*/
|
|
|
|
#ifndef __H2O_TPM20_DTPM_PUBLISH_ACPI_TABLE_DONE_H__
|
|
#define __H2O_TPM20_DTPM_PUBLISH_ACPI_TABLE_DONE_H__
|
|
|
|
#define H2O_TPM20_DTPM_PUBLISH_ACPI_TABLE_DONE_GUID \
|
|
{ \
|
|
0x4d38cc39, 0xd90d, 0x4e03, 0x9e, 0x02, 0x29, 0x79, 0x45, 0xea, 0xc4, 0xfd \
|
|
};
|
|
|
|
extern EFI_GUID gH2OTpm20DtpmPublishAcpiTableDoneGuid;
|
|
|
|
#endif
|