OvmfPkg/PlatformPei: Add mBootMode driver variable

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15291 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Jordan Justen
2014-03-04 08:01:40 +00:00
committed by jljusten
parent 8f5ca05b0d
commit 979420df98
2 changed files with 7 additions and 5 deletions

View File

@@ -96,4 +96,6 @@ XenPublishRamRegions (
VOID
);
extern EFI_BOOT_MODE mBootMode;
#endif // _PLATFORM_PEI_H_INCLUDED_