summaryrefslogtreecommitdiff
path: root/src/boot/efi/linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/linux.h')
-rw-r--r--src/boot/efi/linux.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/boot/efi/linux.h b/src/boot/efi/linux.h
index 54140a2207..2458a2fbd0 100644
--- a/src/boot/efi/linux.h
+++ b/src/boot/efi/linux.h
@@ -1,10 +1,7 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-
-#ifndef __SDBOOT_kernel_H
-#define __SDBOOT_kernel_H
+#pragma once
EFI_STATUS linux_exec(EFI_HANDLE *image,
CHAR8 *cmdline, UINTN cmdline_size,
UINTN linux_addr,
UINTN initrd_addr, UINTN initrd_size, BOOLEAN secure);
-#endif