From a19b0678be6f105d1bb1aae151fcb907ea6e832a Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 25 Feb 2015 15:56:54 +0100 Subject: boot: efi - remove default boot splash handling --- src/boot/efi/graphics.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/boot/efi/graphics.h') diff --git a/src/boot/efi/graphics.h b/src/boot/efi/graphics.h index 8665afde97..6ada2633dc 100644 --- a/src/boot/efi/graphics.h +++ b/src/boot/efi/graphics.h @@ -21,6 +21,5 @@ #define __SDBOOT_GRAPHICS_H EFI_STATUS graphics_mode(BOOLEAN on); -EFI_STATUS graphics_splash(EFI_FILE *root_dir, CHAR16 *path, - const EFI_GRAPHICS_OUTPUT_BLT_PIXEL *background); +EFI_STATUS graphics_splash(UINT8 *content, UINTN len, const EFI_GRAPHICS_OUTPUT_BLT_PIXEL *background); #endif -- cgit v1.2.3-54-g00ecf