X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkModulePkg%2FCore%2FDxe%2FDxeMain.h;h=28c805703ae813a5be73e31496e91bfbfe3b4bca;hb=6e73f334d9fb98a532e602feee487f7310899060;hp=4ff23f3b0be8df6a2d2126d113451e1df9630ff7;hpb=511710d68f477e0210ae1830769e5d0cde4ea36a;p=mirror_edk2.git diff --git a/EdkModulePkg/Core/Dxe/DxeMain.h b/EdkModulePkg/Core/Dxe/DxeMain.h index 4ff23f3b0b..28c805703a 100644 --- a/EdkModulePkg/Core/Dxe/DxeMain.h +++ b/EdkModulePkg/Core/Dxe/DxeMain.h @@ -130,6 +130,7 @@ extern EFI_LOADED_IMAGE_PROTOCOL *gDxeCoreLoadedImage; extern EFI_MEMORY_TYPE_INFORMATION gMemoryTypeInformation[EfiMaxMemoryType + 1]; extern BOOLEAN gDispatcherRunning; +extern EFI_RUNTIME_ARCH_PROTOCOL gRuntimeTemplate; // // Service Initialization Functions @@ -315,27 +316,6 @@ Returns: --*/ ; -EFI_STATUS -CoreShutdownEventServices ( - VOID - ) -/*++ - -Routine Description: - - Register all runtime events to make sure they are still available after ExitBootService. - -Arguments: - - None - -Returns: - - EFI_SUCCESS - Always return success - ---*/ -; - EFI_STATUS CoreInitializeImageServices ( IN VOID *HobStart @@ -358,27 +338,6 @@ Returns: --*/ ; -EFI_STATUS -CoreShutdownImageServices ( - VOID - ) -/*++ - -Routine Description: - - Transfer control of runtime images to runtime service - -Arguments: - - None - -Returns: - - EFI_SUCCESS - Function successfully returned - ---*/ -; - VOID CoreNotifyOnArchProtocolInstallation ( VOID