summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/graphics.h
blob: 9dadd3985eecd488cfb0fbc4d84cf3b3aded3251 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright © 2013 Intel Corporation
 *   Authored by Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
 */
#pragma once

#include <efi.h>
#include <stdbool.h>

EFI_STATUS graphics_mode(bool on);