mirror of https://github.com/acidanthera/audk.git
Remove duplicate definition of PEI_MASTER_BOOT_MODE_PPI.
This definition would not have belonged in this file in the first place. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5054 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d196f44fdc
commit
5f7d6886ad
|
@ -55,8 +55,6 @@ typedef struct PEI_READ_ONLY_VARIABLE_PPI {
|
||||||
PEI_GET_NEXT_VARIABLE_NAME PeiGetNextVariableName;
|
PEI_GET_NEXT_VARIABLE_NAME PeiGetNextVariableName;
|
||||||
} PEI_READ_ONLY_VARIABLE_PPI;
|
} PEI_READ_ONLY_VARIABLE_PPI;
|
||||||
|
|
||||||
EFI_FORWARD_DECLARATION (PEI_MASTER_BOOT_MODE_PPI);
|
|
||||||
|
|
||||||
extern EFI_GUID gPeiReadOnlyVariablePpiGuid;
|
extern EFI_GUID gPeiReadOnlyVariablePpiGuid;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue