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:
lgao4
2008-04-09 07:07:50 +00:00
parent 6cc9ca322c
commit 504214c487
67 changed files with 819 additions and 844 deletions

View File

@@ -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;