]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Ppi/PostBootScriptTable.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / PostBootScriptTable.h
1 /** @file
2 POST BootScript Table PPI definition.
3
4 This PPI is used to be notification after boot script table execution.
5
6 Copyright (c) 2010, Intel Corporation. All rights reserved. <BR>
7
8 SPDX-License-Identifier: BSD-2-Clause-Patent
9
10 **/
11
12 #ifndef _PEI_POST_BOOT_SCRIPT_TABLE_H_
13 #define _PEI_POST_BOOT_SCRIPT_TABLE_H_
14
15 #define PEI_POST_BOOT_SCRIPT_TABLE_PPI_GUID \
16 {0x88c9d306, 0x900, 0x4eb5, 0x82, 0x60, 0x3e, 0x2d, 0xbe, 0xda, 0x1f, 0x89};
17
18 extern EFI_GUID gPeiPostScriptTablePpiGuid;
19
20 #endif