]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/DebugImageInfoTable.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Guid / DebugImageInfoTable.h
index ac1914d5c3d53ed4708aac6a4f231001f8b08fe7..6661c4dd6a713f27c389b233219d41509a521465 100644 (file)
     0x49152e77, 0x1ada, 0x4764, {0xb7, 0xa2, 0x7a, 0xfe, 0xfe, 0xd9, 0x5e, 0x8b } \\r
   }\r
 \r
-#define EFI_DEBUG_IMAGE_INFO_UPDATE_IN_PROGRESS 0x01\r
-#define EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED     0x02\r
+#define EFI_DEBUG_IMAGE_INFO_UPDATE_IN_PROGRESS  0x01\r
+#define EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED      0x02\r
 \r
-#define EFI_DEBUG_IMAGE_INFO_TYPE_NORMAL        0x01\r
+#define EFI_DEBUG_IMAGE_INFO_TYPE_NORMAL  0x01\r
 \r
 typedef struct {\r
-  UINT64                Signature;          ///< A constant UINT64 that has the value EFI_SYSTEM_TABLE_SIGNATURE\r
-  EFI_PHYSICAL_ADDRESS  EfiSystemTableBase; ///< The physical address of the EFI system table.\r
-  UINT32                Crc32;              ///< A 32-bit CRC value that is used to verify the EFI_SYSTEM_TABLE_POINTER structure is valid.\r
+  UINT64                  Signature;          ///< A constant UINT64 that has the value EFI_SYSTEM_TABLE_SIGNATURE\r
+  EFI_PHYSICAL_ADDRESS    EfiSystemTableBase; ///< The physical address of the EFI system table.\r
+  UINT32                  Crc32;              ///< A 32-bit CRC value that is used to verify the EFI_SYSTEM_TABLE_POINTER structure is valid.\r
 } EFI_SYSTEM_TABLE_POINTER;\r
 \r
 typedef struct {\r
@@ -38,37 +38,37 @@ typedef struct {
   /// Indicates the type of image info structure. For PE32 EFI images,\r
   /// this is set to EFI_DEBUG_IMAGE_INFO_TYPE_NORMAL.\r
   ///\r
-  UINT32                     ImageInfoType;\r
+  UINT32                       ImageInfoType;\r
   ///\r
   /// A pointer to an instance of the loaded image protocol for the associated image.\r
   ///\r
-  EFI_LOADED_IMAGE_PROTOCOL  *LoadedImageProtocolInstance;\r
+  EFI_LOADED_IMAGE_PROTOCOL    *LoadedImageProtocolInstance;\r
   ///\r
   /// Indicates the image handle of the associated image.\r
   ///\r
-  EFI_HANDLE                 ImageHandle;\r
+  EFI_HANDLE                   ImageHandle;\r
 } EFI_DEBUG_IMAGE_INFO_NORMAL;\r
 \r
 typedef union {\r
-  UINT32                      *ImageInfoType;\r
-  EFI_DEBUG_IMAGE_INFO_NORMAL *NormalImage;\r
+  UINT32                         *ImageInfoType;\r
+  EFI_DEBUG_IMAGE_INFO_NORMAL    *NormalImage;\r
 } EFI_DEBUG_IMAGE_INFO;\r
 \r
 typedef struct {\r
   ///\r
   /// UpdateStatus is used by the system to indicate the state of the debug image info table.\r
   ///\r
-  volatile UINT32       UpdateStatus;\r
+  volatile UINT32         UpdateStatus;\r
   ///\r
   /// The number of EFI_DEBUG_IMAGE_INFO elements in the array pointed to by EfiDebugImageInfoTable.\r
   ///\r
-  UINT32                TableSize;\r
+  UINT32                  TableSize;\r
   ///\r
   /// A pointer to the first element of an array of EFI_DEBUG_IMAGE_INFO structures.\r
   ///\r
-  EFI_DEBUG_IMAGE_INFO  *EfiDebugImageInfoTable;\r
+  EFI_DEBUG_IMAGE_INFO    *EfiDebugImageInfoTable;\r
 } EFI_DEBUG_IMAGE_INFO_TABLE_HEADER;\r
 \r
-extern EFI_GUID gEfiDebugImageInfoTableGuid;\r
+extern EFI_GUID  gEfiDebugImageInfoTableGuid;\r
 \r
 #endif\r