summaryrefslogtreecommitdiff
path: root/src/boot/efi/graphics.h
blob: 96f25d809aab1e649dacd6fa9332dfff852945bf (plain)
1
2
3
4
5
6
7
8
9
10
/* 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>

EFI_STATUS graphics_mode(BOOLEAN on);