]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Ppi/PostBootScriptTable.h
MdeModulePkg/ResetSystemRuntimeDxe: Add platform filter and handler
[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
8 This program and the accompanying materials\r
9 are licensed and made available under the terms and conditions\r
10 of the BSD License which accompanies this distribution. The\r
11 full text of the license may be found at\r
12 http://opensource.org/licenses/bsd-license.php\r
13\r
14 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16\r
17**/\r
18\r
19#ifndef _PEI_POST_BOOT_SCRIPT_TABLE_H_\r
20#define _PEI_POST_BOOT_SCRIPT_TABLE_H_\r
21\r
22#define PEI_POST_BOOT_SCRIPT_TABLE_PPI_GUID \\r
23 {0x88c9d306, 0x900, 0x4eb5, 0x82, 0x60, 0x3e, 0x2d, 0xbe, 0xda, 0x1f, 0x89};\r
24\r
25extern EFI_GUID gPeiPostScriptTablePpiGuid;\r
26\r
27#endif\r