mirror of https://github.com/acidanthera/audk.git
Corrected uses of PI header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3052 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
694b922c0b
commit
0106da0f8d
|
@ -21,7 +21,7 @@
|
|||
#ifndef _PEI_BOOT_SCRIPT_EXECUTER_PPI_H_
|
||||
#define _PEI_BOOT_SCRIPT_EXECUTER_PPI_H_
|
||||
|
||||
#include <FrameworkPei.h>
|
||||
#include <PiPei.h>
|
||||
|
||||
#define EFI_ACPI_S3_RESUME_SCRIPT_TABLE 0x00
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#ifndef _FIND_FV_H_
|
||||
#define _FIND_FV_H_
|
||||
|
||||
#include <FrameworkPei.h>
|
||||
#include <PiPei.h>
|
||||
|
||||
#define EFI_PEI_FIND_FV_PPI_GUID \
|
||||
{ \
|
||||
|
|
Loading…
Reference in New Issue