TianoCore EDK2 master
Loading...
Searching...
No Matches
SecurityPkgTokenSpace.h
Go to the documentation of this file.
1
9#ifndef _SECURITYPKG_TOKEN_SPACE_GUID_H_
10#define _SECURITYPKG_TOKEN_SPACE_GUID_H_
11
12#define SECURITYPKG_TOKEN_SPACE_GUID \
13 { \
14 0xd3fb176, 0x9569, 0x4d51, { 0xa3, 0xef, 0x7d, 0x61, 0xc6, 0x4f, 0xea, 0xba } \
15 }
16
17extern EFI_GUID gEfiSecurityPkgTokenSpaceGuid;
18
19#endif
Definition: Base.h:213