blob: f42f934dd79af7554906a103731e80b01b45953f [file] [log] [blame] [raw]
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
* Copyright © 2012 Harald Hoyer <harald@redhat.com>
* Copyright © 2013 Intel Corporation
* Authored by Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
*/
#ifndef __SDBOOT_GRAPHICS_H
#define __SDBOOT_GRAPHICS_H
EFI_STATUS graphics_mode(BOOLEAN on);
#endif