TianoCore EDK2 master
Loading...
Searching...
No Matches
ShellMapGuid.h
Go to the documentation of this file.
1
9#ifndef _SHELL_MAP_GUID_H_
10#define _SHELL_MAP_GUID_H_
11
12#define SHELL_MAP_GUID \
13{ \
14 0x51271e13, 0x7de3, 0x43af, { 0x8b, 0xc2, 0x71, 0xad, 0x3b, 0x82, 0x43, 0x25 } \
15}
16
17extern EFI_GUID gShellMapGuid;
18
19#endif
Definition: Base.h:213