chiark / gitweb /
boot: efi - split graphics and splash handling
[elogind.git] / src / boot / efi / graphics.h
index 6ada2633dc1a6704c153867111185e863fa3cd7f..3ee4972798475b35019214c101241f936bc43f37 100644 (file)
@@ -21,5 +21,4 @@
 #define __SDBOOT_GRAPHICS_H
 
 EFI_STATUS graphics_mode(BOOLEAN on);
-EFI_STATUS graphics_splash(UINT8 *content, UINTN len, const EFI_GRAPHICS_OUTPUT_BLT_PIXEL *background);
 #endif