Data Structures | |
struct | _PEI_LOCK_PHYSICAL_PRESENCE_PPI |
Defines | |
#define | PEI_LOCK_PHYSICAL_PRESENCE_PPI_GUID |
Typedefs | |
typedef struct _PEI_LOCK_PHYSICAL_PRESENCE_PPI | PEI_LOCK_PHYSICAL_PRESENCE_PPI |
typedef BOOLEAN(EFIAPI * | PEI_LOCK_PHYSICAL_PRESENCE )(IN CONST EFI_PEI_SERVICES **PeiServices) |
Variables | |
EFI_GUID | gPeiLockPhysicalPresencePpiGuid |
Copyright (c) 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define PEI_LOCK_PHYSICAL_PRESENCE_PPI_GUID |
Value:
{ \ 0xef9aefe5, 0x2bd3, 0x4031, { 0xaf, 0x7d, 0x5e, 0xfe, 0x5a, 0xbb, 0x9a, 0xd } \ }
typedef BOOLEAN(EFIAPI * PEI_LOCK_PHYSICAL_PRESENCE)(IN CONST EFI_PEI_SERVICES **PeiServices) |
This interface returns whether TPM physical presence needs be locked.
[in] | PeiServices | The pointer to the PEI Services Table. |
TRUE | The TPM physical presence should be locked. | |
FALSE | The TPM physical presence cannot be locked. |
typedef struct _PEI_LOCK_PHYSICAL_PRESENCE_PPI PEI_LOCK_PHYSICAL_PRESENCE_PPI |
Forward declaration for the PEI_LOCK_PHYSICAL_PRESENCE_PPI
EFI_GUID gPeiLockPhysicalPresencePpiGuid |