]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/MemoryTypeInformation.h
remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg
[mirror_edk2.git] / MdeModulePkg / Include / Guid / MemoryTypeInformation.h
index ed9270b09dd319c741666bb3dceacb2992919a9b..12fa8274fa51be52c07cd8d116df2f3449b6ec3d 100644 (file)
@@ -1,21 +1,18 @@
-/*++\r
+/** @file\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, 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 - 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
 \r
-Module Name:\r
-  MemoryTypeInformation.h\r
-    \r
-Abstract:\r
-  GUID used for Memory Type Information entries in the HOB list.\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
---*/\r
+**/\r
 \r
 #ifndef __MEMORY_TYPE_INFORMATION_GUID_H__\r
 #define __MEMORY_TYPE_INFORMATION_GUID_H__\r
@@ -28,8 +25,8 @@ Abstract:
 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