FspNotifyPhasePeim.h 462 B

1234567891011121314151617
  1. /** @file
  2. Header file for FSP notify phase PEI module
  3. Copyright (c) 2016 Intel Corporation. All rights reserved.
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _FSP_NOTIFY_PHASE_PEIM_H_
  7. #define _FSP_NOTIFY_PHASE_PEIM_H_
  8. #include <Library/PeiServicesLib.h>
  9. #include <Ppi/DxeIpl.h>
  10. #include <Library/DebugLib.h>
  11. #include <Library/FspPlatformLib.h>
  12. #include <Library/FspCommonLib.h>
  13. #include <Library/FspSwitchStackLib.h>
  14. #endif