]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/Include/IndustryStandard/LegacyBiosMpTable.h
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / Include / IndustryStandard / LegacyBiosMpTable.h
index 9feb6f0595fe615b28ef64e02676b4021141b80a..d4f57c281460e76d85e5f22c0bbd674d0344df9e 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2007, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2007, 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
@@ -28,7 +28,7 @@ Abstract:
 //\r
 #pragma pack(push, 1)\r
 \r
-#define EFI_LEGACY_MP_TABLE_FLOATING_POINTER_SIGNATURE  EFI_SIGNATURE_32 ('_', 'M', 'P', '_')\r
+#define EFI_LEGACY_MP_TABLE_FLOATING_POINTER_SIGNATURE  SIGNATURE_32 ('_', 'M', 'P', '_')\r
 typedef struct {\r
   UINT32  Signature;\r
   UINT32  PhysicalAddress;\r
@@ -44,7 +44,7 @@ typedef struct {
   } FeatureByte2_5;\r
 } EFI_LEGACY_MP_TABLE_FLOATING_POINTER;\r
 \r
-#define EFI_LEGACY_MP_TABLE_HEADER_SIGNATURE  EFI_SIGNATURE_32 ('P', 'C', 'M', 'P')\r
+#define EFI_LEGACY_MP_TABLE_HEADER_SIGNATURE  SIGNATURE_32 ('P', 'C', 'M', 'P')\r
 typedef struct {\r
   UINT32  Signature;\r
   UINT16  BaseTableLength;\r