mirror of https://github.com/acidanthera/audk.git
get the multiple phase definition by including the Bootscript Ppi definition.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3155 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3b2265b283
commit
b451309e41
|
@ -21,6 +21,10 @@
|
|||
#define _BOOT_SCRIPT_SAVE_PROTOCOL_H
|
||||
|
||||
#include <PiDxe.h>
|
||||
//
|
||||
// To get the multiple phase definitions defined in Boot Script Specification
|
||||
//
|
||||
#include <Ppi/BootScriptExecuter.h>
|
||||
|
||||
//
|
||||
// S3 Save Protocol GUID
|
||||
|
|
Loading…
Reference in New Issue