]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/PiPei.h
Update PciCfg2.c to follow strict ANSI C spec.
[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
5 This is the include file for any module of type base. Base modules only use \r
6 types defined via this include file and can be ported easily to any \r
7 environment. There are a set of base libraries in the Mde Package that can\r
8 be used to implement base modules.\r
9\r
10Copyright (c) 2006 - 2007, Intel Corporation\r
11All rights reserved. This program and the accompanying materials\r
12are licensed and made available under the terms and conditions of the BSD License\r
13which accompanies this distribution. The full text of the license may be found at\r
14http://opensource.org/licenses/bsd-license.php\r
15\r
16THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18\r
19**/\r
20\r
21#ifndef __PI_PEI_H__\r
22#define __PI_PEI_H__\r
23\r
24#include <Uefi/UefiBaseType.h>\r
25#include <Pi/PiPeiCis.h>\r
26#include <Uefi/UefiMultiPhase.h>\r
27\r
192f6d4c 28//\r
29// BUGBUG: The EFI_PEI_STARTUP_DESCRIPTOR definition does not follows PI specification.\r
30// After enabling PI for Nt32Pkg and tools generate correct autogen for PEI_CORE,\r
31// the following structure should be removed at once.\r
32//\r
33typedef struct {\r
34 UINTN BootFirmwareVolume;\r
35 UINTN SizeOfCacheAsRam;\r
36 EFI_PEI_PPI_DESCRIPTOR *DispatchTable;\r
37} EFI_PEI_STARTUP_DESCRIPTOR;\r
959ccb23 38\r
39#endif\r
40\r