Blob Blame History 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