chiark / gitweb /
boot: efi - remove default boot splash handling
[elogind.git] / src / boot / efi / graphics.h
index 8665afde97726e60484205f65c30f345905cd3a8..6ada2633dc1a6704c153867111185e863fa3cd7f 100644 (file)
@@ -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