summaryrefslogtreecommitdiff
path: root/src/boot/efi/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/graphics.h')
-rw-r--r--src/boot/efi/graphics.h3
1 files changed, 1 insertions, 2 deletions
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