summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-10-14 17:23:41 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-10-19 10:26:05 +0800
commiteb6d908b1a69c84be379b8a548cee73717fbce31 (patch)
tree2335b245b322e87cf8b1c33406df3ceb74146b48
parent51a098600c4d6d8638c483f0afff979d3f5b8b80 (diff)
downloadedk2-eb6d908b1a69c84be379b8a548cee73717fbce31.tar.gz
ArmPkg/LinuxLoader: Reference Shell protocols in MdePkg
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-rw-r--r--ArmPkg/Application/LinuxLoader/LinuxLoader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPkg/Application/LinuxLoader/LinuxLoader.h b/ArmPkg/Application/LinuxLoader/LinuxLoader.h
index 8a23d7f14..0d18c2446 100644
--- a/ArmPkg/Application/LinuxLoader/LinuxLoader.h
+++ b/ArmPkg/Application/LinuxLoader/LinuxLoader.h
@@ -25,8 +25,8 @@
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiLib.h>
-#include <Protocol/EfiShellParameters.h>
-#include <Protocol/EfiShell.h>
+#include <Protocol/ShellParameters.h>
+#include <Protocol/Shell.h>
#include <libfdt.h>