X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fboot%2Fefi%2Fgraphics.h;h=6ada2633dc1a6704c153867111185e863fa3cd7f;hb=a19b0678be6f105d1bb1aae151fcb907ea6e832a;hp=8665afde97726e60484205f65c30f345905cd3a8;hpb=036a4773ffa1152e4cabd27473450b8cc01e019b;p=elogind.git diff --git a/src/boot/efi/graphics.h b/src/boot/efi/graphics.h index 8665afde9..6ada2633d 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