mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-01 12:53:27 +01:00
22 lines
420 B
C
22 lines
420 B
C
/** @file
|
|
NULL Tcg2PhysicalPresenceLib library instance
|
|
|
|
Copyright (c) 2018, Red Hat, Inc.
|
|
Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
**/
|
|
|
|
#include <Library/Tcg2PhysicalPresenceLib.h>
|
|
|
|
VOID
|
|
EFIAPI
|
|
Tcg2PhysicalPresenceLibProcessRequest (
|
|
IN TPM2B_AUTH *PlatformAuth OPTIONAL
|
|
)
|
|
{
|
|
//
|
|
// do nothing
|
|
//
|
|
}
|