]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/Tcg2Config/Tcg2Internal.h
SecurityPkg: Apply uncrustify changes
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2Config / Tcg2Internal.h
CommitLineData
26fc074a
LG
1/** @file\r
2 The internal header file defines the common structures for PEI and DXE modules.\r
3\r
4Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
5SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
7**/\r
8\r
9#ifndef __TCG2_INTERNAL_H__\r
10#define __TCG2_INTERNAL_H__\r
11\r
c411b485
MK
12#define EFI_TCG2_EVENT_LOG_FORMAT_DEFAULT EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2\r
13#define EFI_TCG2_EVENT_LOG_FORMAT_ALL (EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2 | EFI_TCG2_EVENT_LOG_FORMAT_TCG_2)\r
26fc074a
LG
14\r
15#define TPM_INSTANCE_ID_LIST { \\r
16 {TPM_DEVICE_INTERFACE_NONE, TPM_DEVICE_NULL}, \\r
17 {TPM_DEVICE_INTERFACE_TPM12, TPM_DEVICE_1_2}, \\r
18 {TPM_DEVICE_INTERFACE_TPM20_DTPM, TPM_DEVICE_2_0_DTPM}, \\r
19}\r
20\r
21typedef struct {\r
c411b485
MK
22 GUID TpmInstanceGuid;\r
23 UINT8 TpmDevice;\r
26fc074a
LG
24} TPM_INSTANCE_ID;\r
25\r
26#endif\r