]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Ppi/PeiCoreFvLocation.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Ppi / PeiCoreFvLocation.h
CommitLineData
c93c0dc1
CC
1/** @file\r
2 Header file for Pei Core FV Location PPI.\r
3\r
4 This PPI contains a pointer to the firmware volume which contains the PEI Foundation.\r
5 If the PEI Foundation does not reside in the BFV, then SEC must pass this PPI as a part\r
6 of the PPI list provided to the PEI Foundation Entry Point, otherwise the PEI Foundation\r
7 shall assume that it resides within the BFV.\r
8\r
9 Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
9344f092 10 SPDX-License-Identifier: BSD-2-Clause-Patent\r
c93c0dc1
CC
11\r
12 @par Revision Reference:\r
13 This PPI is defined in UEFI Platform Initialization Specification 1.7 Volume 1:\r
14 Standards\r
15\r
16**/\r
17\r
c93c0dc1
CC
18#ifndef _EFI_PEI_CORE_FV_LOCATION_H_\r
19#define _EFI_PEI_CORE_FV_LOCATION_H_\r
20\r
21///\r
22/// Global ID for EFI_PEI_CORE_FV_LOCATION_PPI\r
23///\r
24#define EFI_PEI_CORE_FV_LOCATION_GUID \\r
25 { \\r
26 0x52888eae, 0x5b10, 0x47d0, {0xa8, 0x7f, 0xb8, 0x22, 0xab, 0xa0, 0xca, 0xf4 } \\r
27 }\r
28\r
29///\r
30/// This PPI provides location of EFI PeiCoreFv.\r
31///\r
32typedef struct {\r
33 ///\r
34 /// Pointer to the first byte of the firmware volume which contains the PEI Foundation.\r
35 ///\r
36 VOID *PeiCoreFvLocation;\r
37} EFI_PEI_CORE_FV_LOCATION_PPI;\r
38\r
2f88bd3a 39extern EFI_GUID gEfiPeiCoreFvLocationPpiGuid;\r
c93c0dc1
CC
40\r
41#endif // _EFI_PEI_CORE_FV_LOCATION_H_\r