PeiTiogaPassInitLib.h 446 B

123456789101112131415161718
  1. /** @file
  2. Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
  3. Copyright (c) 2021, American Megatrends International LLC.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _PEI_TIOGA_PASS_BOARD_INIT_LIB_H_
  7. #define _PEI_TIOGA_PASS_BOARD_INIT_LIB_H_
  8. #include <Uefi.h>
  9. #include <Library/BaseLib.h>
  10. #include <Library/PcdLib.h>
  11. #include <Library/MemoryAllocationLib.h>
  12. #include <Library/DebugLib.h>
  13. #endif