1 2 3 4 5 6 7 8 9 10 11 12
/* 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