PchSpi.h 596 B

1234567891011121314151617181920212223
  1. /** @file
  2. Header file for the PCH SPI SMM Driver.
  3. Copyright (c) 2019 Intel Corporation. All rights reserved. <BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _PCH_SPI_H_
  7. #define _PCH_SPI_H_
  8. #include <Library/IoLib.h>
  9. #include <Library/DebugLib.h>
  10. #include <Library/UefiDriverEntryPoint.h>
  11. #include <Library/UefiBootServicesTableLib.h>
  12. #include <Library/BaseLib.h>
  13. #include <Library/BaseMemoryLib.h>
  14. #include <Library/SmmServicesTableLib.h>
  15. #include <PchAccess.h>
  16. #include <Protocol/Spi2.h>
  17. #include <IncludePrivate/Library/PchSpiCommonLib.h>
  18. #endif