]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/MemoryTypeInformation.h
Correct typo in comments, clean IfrSupportLib.h
[mirror_edk2.git] / MdeModulePkg / Include / Guid / MemoryTypeInformation.h
index f765349ab176eb379fe9e687cf3741f1239fa3f6..12fa8274fa51be52c07cd8d116df2f3449b6ec3d 100644 (file)
@@ -1,6 +1,7 @@
 /** @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 the memory type information guid for its variable and guid. \r
+  It also defines memory type info variable name and data structure for variable and hob both,\r
+  which can be used to store the information for each memory type in EFI variable or HOB.\r
 \r
 Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
 All rights reserved. This program and the accompanying materials\r
@@ -24,8 +25,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 extern EFI_GUID gEfiMemoryTypeInformationGuid;\r
 \r
 typedef struct {\r
-  UINT32  Type;             /// EFI memory type defined in UEFI specification.\r
-  UINT32  NumberOfPages;    /// The pages of this type memory.\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