summaryrefslogtreecommitdiff
path: root/src/boot/efi/splash.h
blob: b0c1f1e469c2826afbbaa1480c85d600c46c71ec (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
 * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
 * Copyright © 2012 Harald Hoyer <harald@redhat.com>
 */

#ifndef __SDBOOT_SPLASH_H
#define __SDBOOT_SPLASH_H

EFI_STATUS graphics_splash(UINT8 *content, UINTN len, const EFI_GRAPHICS_OUTPUT_BLT_PIXEL *background);
#endif