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