PiPei.h 495 B

1234567891011121314151617181920
  1. /** @file
  2. Root include file for Mde Package SEC, PEIM, PEI_CORE type modules.
  3. This is the include file for any module of type PEIM. PEIM
  4. modules only use types defined via this include file and can
  5. be ported easily to any environment.
  6. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  7. SPDX-License-Identifier: BSD-2-Clause-Patent
  8. **/
  9. #ifndef __PI_PEI_H__
  10. #define __PI_PEI_H__
  11. #include <Uefi/UefiBaseType.h>
  12. #include <Pi/PiPeiCis.h>
  13. #endif