summaryrefslogtreecommitdiff
path: root/src/boot/efi/splash.h
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2022-06-24 11:25:36 +0200
committerJan Janssen <medhefgo@web.de>2022-06-27 12:16:27 +0200
commitdb4122d13067543ab7c952920d97ab79a0225a90 (patch)
tree74442cebb33f7f57b3b03f4eca03ace12336e7e7 /src/boot/efi/splash.h
parent2a5e4fe414d9d5e6d07591066f73ed2cc712346a (diff)
downloadsystemd-db4122d13067543ab7c952920d97ab79a0225a90.tar.gz
boot: Use stdint types
Diffstat (limited to 'src/boot/efi/splash.h')
-rw-r--r--src/boot/efi/splash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/efi/splash.h b/src/boot/efi/splash.h
index 37ccc6b6a4..ec36451ff0 100644
--- a/src/boot/efi/splash.h
+++ b/src/boot/efi/splash.h
@@ -3,4 +3,4 @@
#include <efi.h>
-EFI_STATUS graphics_splash(const UINT8 *content, UINTN len, const EFI_GRAPHICS_OUTPUT_BLT_PIXEL *background);
+EFI_STATUS graphics_splash(const uint8_t *content, UINTN len, const EFI_GRAPHICS_OUTPUT_BLT_PIXEL *background);