mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
51a098600c
commit
eb6d908b1a
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue