]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Include/PiPei.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / PiPei.h
... / ...
CommitLineData
1/** @file\r
2\r
3 Root include file for Mde Package SEC, PEIM, PEI_CORE type modules.\r
4\r
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
7 be ported easily to any environment.\r
8\r
9Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
10SPDX-License-Identifier: BSD-2-Clause-Patent\r
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
19\r
20#endif\r
21\r