blob: 809e878d16ce2f951571cb27feada236f8058d0b (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
* Copyright © 2013 Intel Corporation
* Authored by Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
*/
#pragma once
EFI_STATUS graphics_mode(BOOLEAN on);
|