diff --git a/EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.h b/EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.h index a24c5b037a..5eb12e9594 100644 --- a/EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.h +++ b/EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.h @@ -50,9 +50,9 @@ EFI_STATUS // // PEI_FLASH_MAP_PPI // -typedef struct _PEI_FLASH_MAP_PPI { +struct _PEI_FLASH_MAP_PPI { PEI_GET_FLASH_AREA_INFO GetAreaInfo; -} PEI_FLASH_MAP_PPI; +}; extern EFI_GUID gPeiFlashMapPpiGuid;