]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/boot/efi/splash.h
tree-wide: drop copyright headers from frequent contributors
[thirdparty/systemd.git] / src / boot / efi / splash.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
2f8d3364 2/*
810adae9 3 * Copyright © 2012 Harald Hoyer <harald@redhat.com>
2f8d3364
KS
4 */
5
6#ifndef __SDBOOT_SPLASH_H
7#define __SDBOOT_SPLASH_H
8
9EFI_STATUS graphics_splash(UINT8 *content, UINTN len, const EFI_GRAPHICS_OUTPUT_BLT_PIXEL *background);
10#endif