X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FGuid%2FDebugImageInfoTable.h;h=e74a9f91e2a16f2a52f9548fc0421e0281c078fa;hb=21998b6778c9b77085330c4711f4cc55aa7c1e41;hp=f050a2e610861835fd29401d8cc2315bea2bef6a;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4;p=mirror_edk2.git diff --git a/MdePkg/Include/Guid/DebugImageInfoTable.h b/MdePkg/Include/Guid/DebugImageInfoTable.h index f050a2e610..e74a9f91e2 100644 --- a/MdePkg/Include/Guid/DebugImageInfoTable.h +++ b/MdePkg/Include/Guid/DebugImageInfoTable.h @@ -20,13 +20,13 @@ #ifndef __DEBUG_IMAGE_INFO_GUID_H__ #define __DEBUG_IMAGE_INFO_GUID_H__ +#include + #define EFI_DEBUG_IMAGE_INFO_TABLE_GUID \ { \ 0x49152e77, 0x1ada, 0x4764, {0xb7, 0xa2, 0x7a, 0xfe, 0xfe, 0xd9, 0x5e, 0x8b } \ } -extern EFI_GUID gEfiDebugImageInfoTableGuid; - #define EFI_DEBUG_IMAGE_INFO_UPDATE_IN_PROGRESS 0x01 #define EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED 0x02 #define EFI_DEBUG_IMAGE_INFO_INITIAL_SIZE (EFI_PAGE_SIZE / sizeof (UINTN)) @@ -45,7 +45,7 @@ typedef struct { } EFI_DEBUG_IMAGE_INFO_NORMAL; typedef union { - UINTN *ImageInfoType; + UINT32 *ImageInfoType; EFI_DEBUG_IMAGE_INFO_NORMAL *NormalImage; } EFI_DEBUG_IMAGE_INFO; @@ -55,4 +55,7 @@ typedef struct { EFI_DEBUG_IMAGE_INFO *EfiDebugImageInfoTable; } EFI_DEBUG_IMAGE_INFO_TABLE_HEADER; + +extern EFI_GUID gEfiDebugImageInfoTableGuid; + #endif