]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/boot/efi/splash.h
tree-wide: use proper unicode © instead of (C) where we can
[thirdparty/systemd.git] / src / boot / efi / splash.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 /*
3 * This program is free software; you can redistribute it and/or modify it
4 * under the terms of the GNU Lesser General Public License as published by
5 * the Free Software Foundation; either version 2.1 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * Lesser General Public License for more details.
12 *
13 * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
14 * Copyright © 2012 Harald Hoyer <harald@redhat.com>
15 */
16
17 #ifndef __SDBOOT_SPLASH_H
18 #define __SDBOOT_SPLASH_H
19
20 EFI_STATUS graphics_splash(UINT8 *content, UINTN len, const EFI_GRAPHICS_OUTPUT_BLT_PIXEL *background);
21 #endif