]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.c
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Library / Tcg2PhysicalPresenceLibNull / DxeTcg2PhysicalPresenceLib.c
1 /** @file
2 NULL Tcg2PhysicalPresenceLib library instance
3
4 Copyright (c) 2018, Red Hat, Inc.
5 Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10 #include <Library/Tcg2PhysicalPresenceLib.h>
11
12 VOID
13 EFIAPI
14 Tcg2PhysicalPresenceLibProcessRequest (
15 IN TPM2B_AUTH *PlatformAuth OPTIONAL
16 )
17 {
18 //
19 // do nothing
20 //
21 }