]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/DxeTcgPhysicalPresenceStorageLib/DxeTcgPhysicalPresenceStorageLibInternal.h
MdeModulePkg/DxeNetLib: Allow the IPv4/prefix case when AsciiStrToIp4
[mirror_edk2.git] / SecurityPkg / Library / DxeTcgPhysicalPresenceStorageLib / DxeTcgPhysicalPresenceStorageLibInternal.h
1 /** @file
2 Tcg PP storage library instance that does support any storage specific PPI.
3
4 Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
5 This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 **/
14 #ifndef _TCG_PHYSICAL_PRESENCE_STORAGE_LIB_INTENAL_H_
15 #define _TCG_PHYSICAL_PRESENCE_STORAGE_LIB_INTENAL_H_
16 /**
17 Display the confirm text and get user confirmation.
18
19 @param[in] TpmPpCommand The requested TPM physical presence command.
20
21 @retval TRUE The user has confirmed the changes.
22 @retval FALSE The user doesn't confirm the changes.
23 **/
24 BOOLEAN
25 TcgPpUserConfirm (
26 IN UINT8 TpmPpCommand
27 );
28
29
30 #endif
31