summaryrefslogtreecommitdiff
path: root/src/boot/efi/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/graphics.h')
-rw-r--r--src/boot/efi/graphics.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/boot/efi/graphics.h b/src/boot/efi/graphics.h
index f42f934dd7..809e878d16 100644
--- a/src/boot/efi/graphics.h
+++ b/src/boot/efi/graphics.h
@@ -1,12 +1,8 @@
/* 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
+#pragma once
EFI_STATUS graphics_mode(BOOLEAN on);
-#endif