summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/splash.h')
-rw-r--r--src/boot/efi/splash.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/boot/efi/splash.h b/src/boot/efi/splash.h
new file mode 100644
index 0000000..a66eb24
--- /dev/null
+++ b/src/boot/efi/splash.h
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+#include "efi.h"
+
+EFI_STATUS graphics_splash(const uint8_t *content, size_t len);