TianoCore EDK2 master
Loading...
Searching...
No Matches
MdeModulePkgTokenSpace.h
Go to the documentation of this file.
1
9#ifndef _MDEMODULEPKG_TOKEN_SPACE_GUID_H_
10#define _MDEMODULEPKG_TOKEN_SPACE_GUID_H_
11
12#define MDEMODULEPKG_TOKEN_SPACE_GUID \
13 { \
14 0xA1AFF049, 0xFDEB, 0x442a, { 0xB3, 0x20, 0x13, 0xAB, 0x4C, 0xB7, 0x2B, 0xBC } \
15 }
16
17extern EFI_GUID gEfiMdeModulePkgTokenSpaceGuid;
18
19#endif
Definition: Base.h:213