TianoCore EDK2 master
Loading...
Searching...
No Matches
ShellParameters.h
Go to the documentation of this file.
1
9#ifndef __EFI_SHELL_PARAMETERS_PROTOCOL_H__
10#define __EFI_SHELL_PARAMETERS_PROTOCOL_H__
11
12#include <Protocol/Shell.h>
13
14#define EFI_SHELL_PARAMETERS_PROTOCOL_GUID \
15 { \
16 0x752f3136, 0x4e16, 0x4fdc, { 0xa2, 0x2a, 0xe5, 0xf4, 0x68, 0x12, 0xf4, 0xca } \
17 }
18
26 CHAR16 **Argv;
27
32
37 SHELL_FILE_HANDLE StdIn;
38
43 SHELL_FILE_HANDLE StdOut;
44
49 SHELL_FILE_HANDLE StdErr;
51
52extern EFI_GUID gEfiShellParametersProtocolGuid;
53
54#endif
UINT64 UINTN
Definition: Base.h:213