diff options
author | Kay Sievers <kay@vrfy.org> | 2015-02-25 15:56:54 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-02-26 01:03:29 +0100 |
commit | a19b0678be6f105d1bb1aae151fcb907ea6e832a (patch) | |
tree | 1576fcbb2eb3f2084993616446fdc62d29a2f2d6 /src/boot/efi/graphics.h | |
parent | 036a4773ffa1152e4cabd27473450b8cc01e019b (diff) |
boot: efi - remove default boot splash handling
Diffstat (limited to 'src/boot/efi/graphics.h')
-rw-r--r-- | src/boot/efi/graphics.h | 3 |
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 |