added comments for some structures and apply for doxgen format

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6917 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2008-12-08 06:59:18 +00:00
parent c6d0ee4b41
commit bf7ea00943
3 changed files with 29 additions and 4 deletions

View File

@@ -28,9 +28,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define MBR_SIZE 512
#pragma pack(1)
//
// MBR Partition Entry
//
///
/// MBR Partition Entry
///
typedef struct {
UINT8 BootIndicator;
UINT8 StartHead;
@@ -45,7 +45,7 @@ typedef struct {
} MBR_PARTITION_RECORD;
///
/// MBR Partition table
/// MBR Partition Table
///
typedef struct {
UINT8 BootStrapCode[440];