chiark / gitweb /
boot: efi - split graphics and splash handling
[elogind.git] / src / boot / efi / graphics.h
index 8665afde97726e60484205f65c30f345905cd3a8..3ee4972798475b35019214c101241f936bc43f37 100644 (file)
@@ -21,6 +21,4 @@
 #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);
 #endif