summaryrefslogtreecommitdiff
path: root/src/boot/efi/graphics.h
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-02-26 19:45:08 +0100
committerKay Sievers <kay@vrfy.org>2015-02-26 19:45:08 +0100
commit2f8d336478536af789d654599f9523d02e0ca693 (patch)
treeab9f8a8c2abda70d5ba2cdaad19257dad484c04d /src/boot/efi/graphics.h
parent37fa369066c2db1ecc6c7046192503aedc2431f6 (diff)
boot: efi - split graphics and splash handling
Diffstat (limited to 'src/boot/efi/graphics.h')
-rw-r--r--src/boot/efi/graphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/efi/graphics.h b/src/boot/efi/graphics.h
index 6ada2633dc..3ee4972798 100644
--- a/src/boot/efi/graphics.h
+++ b/src/boot/efi/graphics.h
@@ -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