X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmVirtPkg%2FLibrary%2FPlatformBootManagerLib%2FPlatformBm.h;h=df1519c24175e7f84c234b1eec444b561c377eee;hp=22df65f73026b8942d6e26e42505a60215260053;hb=2c8805bc95df70d59db822ee153830e6fabb5650;hpb=0d0c245dfb147956cb597582bc481579ceb612c0 diff --git a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.h b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.h index 22df65f730..df1519c241 100644 --- a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.h +++ b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.h @@ -48,33 +48,4 @@ TryRunningQemuKernel ( VOID ); -/** - Use SystemTable Conout to stop video based Simple Text Out consoles from - going to the video device. Put up LogoFile on every video device that is a - console. - - @param[in] LogoFile File name of logo to display on the center of the - screen. - - @retval EFI_SUCCESS ConsoleControl has been flipped to graphics and logo - displayed. - @retval EFI_UNSUPPORTED Logo not found -**/ -EFI_STATUS -EnableQuietBoot ( - IN EFI_GUID *LogoFile - ); - -/** - Use SystemTable Conout to turn on video based Simple Text Out consoles. The - Simple Text Out screens will now be synced up with all non video output - devices - - @retval EFI_SUCCESS UGA devices are back in text mode and synced up. -**/ -EFI_STATUS -DisableQuietBoot ( - VOID - ); - #endif // _PLATFORM_BM_H_