blob: 33ab7f8c5e3ae5ca6f08581187d5a6de0e1e90da (
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(bool on);
|