X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeExtractGuidedSectionLib%2FDxeExtractGuidedSectionLib.c;fp=MdePkg%2FLibrary%2FDxeExtractGuidedSectionLib%2FDxeExtractGuidedSectionLib.c;h=08f14a765c07b51e6009730c3d16565686a4c68c;hp=7250828744744466f7af6dffaa366916f017ef57;hb=fe467413d2230a2170bb3ffc91e5e8c909920628;hpb=7829726671acec54707ebfd0ac115dfd86b253e9 diff --git a/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c b/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c index 7250828744..08f14a765c 100644 --- a/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c +++ b/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c @@ -20,11 +20,11 @@ #include #include -STATIC GUID *mExtractHandlerGuidTable; -STATIC UINT32 mNumberOfExtractHandler = 0; +GUID *mExtractHandlerGuidTable; +UINT32 mNumberOfExtractHandler = 0; -STATIC EXTRACT_GUIDED_SECTION_DECODE_HANDLER *mExtractDecodeHandlerTable; -STATIC EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER *mExtractGetInfoHandlerTable; +EXTRACT_GUIDED_SECTION_DECODE_HANDLER *mExtractDecodeHandlerTable; +EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER *mExtractGetInfoHandlerTable; /** Construtor allocates the global memory to store the registered guid and Handler list.