PeiTbtPolicyLibrary.h 493 B

12345678910111213141516171819
  1. /** @file
  2. Header file for the PeiTBTPolicy library.
  3. Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _PEI_TBT_POLICY_LIBRARY_H_
  7. #define _PEI_TBT_POLICY_LIBRARY_H_
  8. #include <Library/DebugLib.h>
  9. #include <Library/PeiServicesTablePointerLib.h>
  10. #include <Library/PeiServicesLib.h>
  11. #include <Library/BaseMemoryLib.h>
  12. #include <Library/MemoryAllocationLib.h>
  13. #endif // _PEI_TBT_POLICY_LIBRARY_H_