Add comments and DoxyGen format for these files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5028 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -67,6 +67,9 @@ typedef enum {
|
||||
|
||||
#pragma pack(1)
|
||||
|
||||
//
|
||||
// Variable Store region header
|
||||
//
|
||||
typedef struct {
|
||||
UINT32 Signature;
|
||||
UINT32 Size;
|
||||
@@ -76,6 +79,9 @@ typedef struct {
|
||||
UINT32 Reserved1;
|
||||
} VARIABLE_STORE_HEADER;
|
||||
|
||||
//
|
||||
// Variable header structure
|
||||
//
|
||||
typedef struct {
|
||||
UINT16 StartId;
|
||||
UINT8 State;
|
||||
|
Reference in New Issue
Block a user