Last change
on this file since 108793 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
505 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.