]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Ppi/OperatorPresence.h
Fix minor coding style issue.
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / OperatorPresence.h
CommitLineData
1e354c03 1/** @file\r
346cf9ac 2 This file defines OperatorPresent PPI. It is responsible for detecting TPM operator presence.\r
0c0f3174 3\r
1e354c03 4Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
0c0f3174 9\r
1e354c03 10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
0c0f3174 12\r
1e354c03 13**/\r
0c0f3174
LG
14\r
15#ifndef _PEI_OPERATOR_PRESENCE_H_\r
16#define _PEI_OPERATOR_PRESENCE_H_\r
17\r
18#define PEI_OPERATOR_PRESENCE_PPI_GUID \\r
19 { 0x20a7378c, 0xaa83, 0x4ce1, {0x82, 0x1f, 0x47, 0x40, 0xee, 0x1b, 0x3f, 0x9f } }\r
20\r
21typedef struct _PEI_OPERATOR_PRESENCE_PPI PEI_OPERATOR_PRESENCE_PPI;\r
22\r
23struct _PEI_OPERATOR_PRESENCE_PPI {\r
6426c8ff 24 BOOLEAN OperatorPresent; ///> TRUE if TPM Operator is detected.\r
0c0f3174
LG
25};\r
26\r
27extern EFI_GUID gPeiOperatorPresencePpiGuid;\r
28\r
29#endif // _PEI_OPERATOR_PRESENCE_H_\r