]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Mbr.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Mbr.h
index 39120c7a210ff6fa4b0c2007461fd0db05ed7523..3937499d9baf2d3f645866bd6ba10e63fe174043 100644 (file)
@@ -1,14 +1,14 @@
 /** @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
-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
+Copyright (c) 2006 - 2018, 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
-                                                                                          \r
-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
+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
@@ -27,6 +27,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #define MBR_SIZE                    512\r
 \r
+#pragma pack(1)\r
 ///\r
 /// MBR Partition Entry\r
 ///\r
@@ -44,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
@@ -54,4 +55,6 @@ typedef struct {
   UINT16                Signature;\r
 } MASTER_BOOT_RECORD;\r
 \r
+#pragma pack()\r
+\r
 #endif\r