Systemd/src/boot/efi/splash.h
2018-08-30 06:10:43 +03:00

5 lines
159 B
C

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
EFI_STATUS graphics_splash(UINT8 *content, UINTN len, const EFI_GRAPHICS_OUTPUT_BLT_PIXEL *background);