]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Mbr.h
1.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA to PCR[0]
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Mbr.h
index 937878f96f31bb4162706fc4714e6d9c8ebb5091..f72b4afbb7106968f8278d7c6bfbfb7148cc596a 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Legacy Master Boot Record Format Definition.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php\r
@@ -10,7 +10,7 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
---*/\r
+**/\r
 \r
 #ifndef _MBR_H_\r
 #define _MBR_H_\r
@@ -28,9 +28,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define MBR_SIZE                    512\r
 \r
 #pragma pack(1)\r
-//\r
-// MBR Partition Entry\r
-//\r
+///\r
+/// MBR Partition Entry\r
+///\r
 typedef struct {\r
   UINT8 BootIndicator;\r
   UINT8 StartHead;\r
@@ -45,7 +45,7 @@ typedef struct {
 } MBR_PARTITION_RECORD;\r
 \r
 ///\r
-/// MBR Partition table\r
+/// MBR Partition Table\r
 ///\r
 typedef struct {\r
   UINT8                 BootStrapCode[440];\r