/** @file
|
Header file for the PeiTBTPolicy library.
|
|
|
Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
**/
|
|
#ifndef _PEI_TBT_POLICY_LIBRARY_H_
|
#define _PEI_TBT_POLICY_LIBRARY_H_
|
|
#include <Library/DebugLib.h>
|
#include <Library/PeiServicesTablePointerLib.h>
|
#include <Library/PeiServicesLib.h>
|
#include <Library/BaseMemoryLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
|
#endif // _PEI_TBT_POLICY_LIBRARY_H_
|
|