TianoCore EDK2 master
Loading...
Searching...
No Matches
ShellAliasGuid.h
Go to the documentation of this file.
1
9#ifndef _SHELL_ALIAS_VARIABLE_GUID_H_
10#define _SHELL_ALIAS_VARIABLE_GUID_H_
11
12#define SHELL_ALIAS_VARIABLE_GUID \
13{ \
14 0x0053d9d6, 0x2659, 0x4599, { 0xa2, 0x6b, 0xef, 0x45, 0x36, 0xe6, 0x31, 0xa9 } \
15}
16
17extern EFI_GUID gShellAliasGuid;
18
19#endif
Definition: Base.h:213