]> git.proxmox.com Git - systemd.git/blobdiff - src/boot/efi/linux.h
New upstream version 236
[systemd.git] / src / boot / efi / linux.h
index d9e6ed7955f1ec34c2a4f59a9578d606937c21c9..3c11423591dd5430d8973ef307b49594a1c1bd3f 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /*
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
@@ -18,5 +19,5 @@
 EFI_STATUS linux_exec(EFI_HANDLE *image,
                       CHAR8 *cmdline, UINTN cmdline_size,
                       UINTN linux_addr,
-                      UINTN initrd_addr, UINTN initrd_size);
+                      UINTN initrd_addr, UINTN initrd_size, BOOLEAN secure);
 #endif