chiark / gitweb /
boot: efi - split graphics and splash handling
[elogind.git] / src / boot / efi / graphics.h
1 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
2
3 /*
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License as published by
6  * the Free Software Foundation; either version 2.1 of the License, or
7  * (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Lesser General Public License for more details.
13  *
14  * Copyright (C) 2012-2013 Kay Sievers <kay@vrfy.org>
15  * Copyright (C) 2012 Harald Hoyer <harald@redhat.com>
16  * Copyright (C) 2013 Intel Corporation
17  *   Authored by Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
18  */
19
20 #ifndef __SDBOOT_GRAPHICS_H
21 #define __SDBOOT_GRAPHICS_H
22
23 EFI_STATUS graphics_mode(BOOLEAN on);
24 #endif