2f8d336478536af789d654599f9523d02e0ca693Kay Sievers/*
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers * This program is free software; you can redistribute it and/or modify it
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers * under the terms of the GNU Lesser General Public License as published by
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers * the Free Software Foundation; either version 2.1 of the License, or
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers * (at your option) any later version.
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers *
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers * This program is distributed in the hope that it will be useful, but
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers * WITHOUT ANY WARRANTY; without even the implied warranty of
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers * Lesser General Public License for more details.
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers *
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers * Copyright (C) 2012-2013 Kay Sievers <kay@vrfy.org>
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers * Copyright (C) 2012 Harald Hoyer <harald@redhat.com>
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers */
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers#ifndef __SDBOOT_SPLASH_H
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers#define __SDBOOT_SPLASH_H
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers
2f8d336478536af789d654599f9523d02e0ca693Kay SieversEFI_STATUS graphics_splash(UINT8 *content, UINTN len, const EFI_GRAPHICS_OUTPUT_BLT_PIXEL *background);
2f8d336478536af789d654599f9523d02e0ca693Kay Sievers#endif