TianoCore EDK2 master
Loading...
Searching...
No Matches
NvVariableInfoGuid.h
Go to the documentation of this file.
1
9#ifndef NV_VARIABLE_INFO_GUID_H_
10#define NV_VARIABLE_INFO_GUID_H_
11
12//
13// NV variable hob info GUID
14//
15extern EFI_GUID gNvVariableInfoGuid;
16
17typedef struct {
18 UINT8 Revision;
19 UINT8 Reserved[3];
20 UINT32 VariableStoreBase;
21 UINT32 VariableStoreSize;
23
24#endif
Definition: Base.h:213