summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h
diff options
context:
space:
mode:
authorChen A Chen <chen.a.chen@intel.com>2016-11-03 15:20:48 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-11-07 10:43:27 +0800
commitf675a1b42235b508e17220878453b4b1f04dd990 (patch)
treeb91173908dce99f817ed53ae33a541844bd82795 /ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h
parent3b25ca839bf84ff53f11e969698b85a51b8efb96 (diff)
downloadedk2-f675a1b42235b508e17220878453b4b1f04dd990.tar.gz
edk2-f675a1b42235b508e17220878453b4b1f04dd990.tar.bz2
edk2-f675a1b42235b508e17220878453b4b1f04dd990.zip
ShellPkg/reset: Support "-fwui" flag
The patch adds "-fwui" support to reset command which is newly added to Shell 2.2 spec. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h')
-rw-r--r--ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h
index c262bb50f4..857487fd80 100644
--- a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h
+++ b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h
@@ -25,6 +25,7 @@
#include <Uefi.h>
+#include <Guid/GlobalVariable.h>
#include <Guid/ShellLibHiiGuid.h>
#include <Protocol/Shell.h>