]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.c
SecurityPkg:Tcg: Fix comment typos
[mirror_edk2.git] / OvmfPkg / Library / Tcg2PhysicalPresenceLibNull / DxeTcg2PhysicalPresenceLib.c
CommitLineData
fe280ecb
MAL
1/** @file\r
2 NULL Tcg2PhysicalPresenceLib library instance\r
3\r
4 Copyright (c) 2018, Red Hat, Inc.\r
5 Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
6 This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#include <Library/Tcg2PhysicalPresenceLib.h>\r
17\r
18VOID\r
19EFIAPI\r
20Tcg2PhysicalPresenceLibProcessRequest (\r
21 IN TPM2B_AUTH *PlatformAuth OPTIONAL\r
22 )\r
23{\r
24 //\r
25 // do nothing\r
26 //\r
27}\r