]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Runtime.h
MdePkg: Add definition for new warning code EFI_WARN_FILE_SYSTEM.
[mirror_edk2.git] / MdePkg / Include / Protocol / Runtime.h
index 68d2b3c8e8dc2e67f33993585e073b2d4f92cc15..dfa7e5bab49c970422ee1f27b7c2104c2e4bf66d 100644 (file)
@@ -10,8 +10,8 @@
   registered into the UEFI Runtime Table in the UEFI System Table. This protocol \r
   must be produced by a runtime DXE driver and may only be consumed by the DXE Foundation.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2006 - 2008, 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
@@ -43,23 +43,23 @@ typedef struct _EFI_RUNTIME_IMAGE_ENTRY  EFI_RUNTIME_IMAGE_ENTRY;
 /// EFI_RUNTIME_IMAGE_ENTRY\r
 ///\r
 struct _EFI_RUNTIME_IMAGE_ENTRY {\r
-       ///\r
-       /// Start of image that has been loaded in memory. It is a pointer \r
-       /// to either the DOS header or PE header of the image.\r
-       ///\r
+  ///\r
+  /// Start of image that has been loaded in memory. It is a pointer \r
+  /// to either the DOS header or PE header of the image.\r
+  ///\r
   VOID                    *ImageBase;\r
-       ///\r
-       /// Size in bytes of the image represented by ImageBase.\r
-       ///\r
+  ///\r
+  /// Size in bytes of the image represented by ImageBase.\r
+  ///\r
   UINT64                  ImageSize;\r
-       ///\r
-       /// Information about the fix-ups that were performed on ImageBase when it was\r
-       /// loaded into memory.\r
-       ///\r
+  ///\r
+  /// Information about the fix-ups that were performed on ImageBase when it was\r
+  /// loaded into memory.\r
+  ///\r
   VOID                    *RelocationData;\r
-       ///\r
-       /// The ImageHandle passed into ImageBase when it was loaded.\r
-       ///\r
+  ///\r
+  /// The ImageHandle passed into ImageBase when it was loaded.\r
+  ///\r
   EFI_HANDLE              Handle;\r
   ///\r
   /// Entry for this node in the EFI_RUNTIME_ARCHITECTURE_PROTOCOL.ImageHead list.\r
@@ -113,8 +113,8 @@ struct _EFI_RUNTIME_EVENT_ENTRY {
 struct _EFI_RUNTIME_ARCH_PROTOCOL {\r
   EFI_LIST_ENTRY          ImageHead;    ///< A list of type EFI_RUNTIME_IMAGE_ENTRY.\r
   EFI_LIST_ENTRY          EventHead;    ///< A list of type EFI_RUNTIME_EVENT_ENTRY.\r
-  UINTN                   MemoryDescriptorSize;   ///< Size of a memory descriptor that is return by GetMemoryMap().\r
-  UINT32                  MemoryDesciptorVersion; ///< Version of a memory descriptor that is return by GetMemoryMap().\r
+  UINTN                   MemoryDescriptorSize;   ///< Size of a memory descriptor that is returned by GetMemoryMap().\r
+  UINT32                  MemoryDesciptorVersion; ///< Version of a memory descriptor that is returned by GetMemoryMap().\r
   UINTN                   MemoryMapSize;///< Size of the memory map in bytes contained in MemoryMapPhysical and MemoryMapVirtual. \r
   EFI_MEMORY_DESCRIPTOR   *MemoryMapPhysical;     ///< Pointer to a runtime buffer that contains a copy of \r
                                                   ///< the memory map returned via GetMemoryMap().\r