]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Mbr.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Mbr.h
index 12ec51789ba3583f347fa27f3bbf76d1aab5111e..a8777953c7bace729aa0a0f99dd0faffca108af2 100644 (file)
@@ -1,23 +1,15 @@
 /** @file\r
   Legacy Master Boot Record Format Definition.\r
 \r
-Copyright (c) 2006, 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
-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
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
---*/\r
+**/\r
 \r
 #ifndef _MBR_H_\r
 #define _MBR_H_\r
 \r
 #define MBR_SIGNATURE               0xaa55\r
-#define MIN_MBR_DEVICE_SIZE         0x80000\r
-#define MBR_ERRATA_PAD              0x40000 // 128 MB\r
 \r
 #define EXTENDED_DOS_PARTITION      0x05\r
 #define EXTENDED_WINDOWS_PARTITION  0x0F\r
@@ -30,9 +22,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
@@ -47,7 +39,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