]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/MemoryTypeInformation.h
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[mirror_edk2.git] / MdeModulePkg / Include / Guid / MemoryTypeInformation.h
index 7d88d628fea116471bb59221b864882a089adefc..858c043b75f0ef0d26d718a2b0ecd887da0fa6c2 100644 (file)
@@ -1,12 +1,17 @@
 /** @file\r
 /** @file\r
-  This file defines the memory type information guid, variable name and guid hob structure. \r
-  This guid is used for Memory Type Information entries in the HOB list and EFI variable.\r
+  This file defines:\r
+  * Memory Type Information GUID for HOB and Variable.\r
+  * Memory Type Information Variable Name.\r
+  * Memory Type Information GUID HOB data structure.\r
 \r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. <BR>\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
+  The memory type information HOB and variable can\r
+  be used to store the information for each memory type in Variable or HOB.\r
+\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
+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
@@ -24,8 +29,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 extern EFI_GUID gEfiMemoryTypeInformationGuid;\r
 \r
 typedef struct {\r
 extern EFI_GUID gEfiMemoryTypeInformationGuid;\r
 \r
 typedef struct {\r
-  UINT32  Type;\r
-  UINT32  NumberOfPages;\r
+  UINT32  Type;             ///< EFI memory type defined in UEFI specification.\r
+  UINT32  NumberOfPages;    ///< The pages of this type memory.\r
 } EFI_MEMORY_TYPE_INFORMATION;\r
 \r
 #endif\r
 } EFI_MEMORY_TYPE_INFORMATION;\r
 \r
 #endif\r