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