]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/PiPei.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / PiPei.h
CommitLineData
959ccb23 1/** @file\r
2\r
3 Root include file for Mde Package SEC, PEIM, PEI_CORE type modules.\r
4\r
8fe48751 5 This is the include file for any module of type PEIM. PEIM\r
6 modules only use types defined via this include file and can\r
9095d37b 7 be ported easily to any environment.\r
959ccb23 8\r
9095d37b 9Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 10SPDX-License-Identifier: BSD-2-Clause-Patent\r
959ccb23 11\r
12**/\r
13\r
14#ifndef __PI_PEI_H__\r
15#define __PI_PEI_H__\r
16\r
17#include <Uefi/UefiBaseType.h>\r
18#include <Pi/PiPeiCis.h>\r
959ccb23 19\r
20#endif\r