TianoCore EDK2 master
Loading...
Searching...
No Matches
ZeroGuid.h
Go to the documentation of this file.
1
9#ifndef __ZERO_GUID_H__
10#define __ZERO_GUID_H__
11
12#define ZERO_GUID \
13 { \
14 0x0, 0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0} \
15 }
16
17extern EFI_GUID gZeroGuid;
18
19#endif
Definition: Base.h:213