X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FGuid%2FMemoryStatusCodeRecord.h;h=904df9a62f55a4470c8ac909e414f659ced27c1b;hp=27d39e185e996b0c24ccd7ef7c5dfeb1fbff3e43;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=ca79bab7af4770c5eb578f6d495af01705aedb79 diff --git a/MdeModulePkg/Include/Guid/MemoryStatusCodeRecord.h b/MdeModulePkg/Include/Guid/MemoryStatusCodeRecord.h index 27d39e185e..904df9a62f 100644 --- a/MdeModulePkg/Include/Guid/MemoryStatusCodeRecord.h +++ b/MdeModulePkg/Include/Guid/MemoryStatusCodeRecord.h @@ -1,7 +1,7 @@ /** @file - GUID used to identify status code records HOB that originate from the PEI status code. - -Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+ GUID used to identify status code records HOB that originate from the PEI status code. + +Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
(C) Copyright 2016 Hewlett Packard Enterprise Development LP
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. @@ -17,9 +17,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define __MEMORY_STATUS_CODE_RECORD_H__ /// -/// Global ID used to identify GUIDed HOBs that start with a structure of type -/// MEMORY_STATUSCODE_PACKET_HEADER, followed by an array of structures of type -/// MEMORY_STATUSCODE_RECORD. These GUIDed HOBs record all the information +/// Global ID used to identify GUIDed HOBs that start with a structure of type +/// MEMORY_STATUSCODE_PACKET_HEADER, followed by an array of structures of type +/// MEMORY_STATUSCODE_RECORD. These GUIDed HOBs record all the information /// passed into the ReportStatusCode() service of PEI Services Table. /// ///
@@ -38,7 +38,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   }
 
 ///
-/// A header structure that is followed by an array of records that contain the 
+/// A header structure that is followed by an array of records that contain the
 /// parameters passed into the ReportStatusCode() service in the PEI Services Table.
 ///
 typedef struct {
@@ -57,7 +57,7 @@ typedef struct {
 } MEMORY_STATUSCODE_PACKET_HEADER;
 
 ///
-/// A header structure that is followed by an array of records that contain the 
+/// A header structure that is followed by an array of records that contain the
 /// parameters passed into the ReportStatusCode() service in the DXE Services Table.
 ///
 typedef struct {
@@ -76,7 +76,7 @@ typedef struct {
 } RUNTIME_MEMORY_STATUSCODE_HEADER;
 
 ///
-/// A structure that contains the parameters passed into the ReportStatusCode() 
+/// A structure that contains the parameters passed into the ReportStatusCode()
 /// service in the PEI Services Table.
 ///
 typedef struct {