]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg/LinuxLoader: Reference Shell protocols in MdePkg
authorRuiyu Ni <ruiyu.ni@intel.com>
Fri, 14 Oct 2016 09:23:41 +0000 (17:23 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 19 Oct 2016 02:26:05 +0000 (10:26 +0800)
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>
ArmPkg/Application/LinuxLoader/LinuxLoader.h

index 8a23d7f14b123229d163934823ee11ddd5bf08c1..0d18c2446d14160958cb8da0533f08c7a05ac0bc 100644 (file)
@@ -25,8 +25,8 @@
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UefiLib.h>\r
 \r
-#include <Protocol/EfiShellParameters.h>\r
-#include <Protocol/EfiShell.h>\r
+#include <Protocol/ShellParameters.h>\r
+#include <Protocol/Shell.h>\r
 \r
 #include <libfdt.h>\r
 \r