diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-10-14 17:23:41 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-10-19 10:26:05 +0800 |
commit | eb6d908b1a69c84be379b8a548cee73717fbce31 (patch) | |
tree | 2335b245b322e87cf8b1c33406df3ceb74146b48 /ArmPkg | |
parent | 51a098600c4d6d8638c483f0afff979d3f5b8b80 (diff) | |
download | edk2-platforms-eb6d908b1a69c84be379b8a548cee73717fbce31.tar.xz |
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>
Diffstat (limited to 'ArmPkg')
-rw-r--r-- | ArmPkg/Application/LinuxLoader/LinuxLoader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPkg/Application/LinuxLoader/LinuxLoader.h b/ArmPkg/Application/LinuxLoader/LinuxLoader.h index 8a23d7f14b..0d18c2446d 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>
|