]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/boot/efi/linux.h
pkgconfig: define variables relative to ${prefix}/${rootprefix}/${sysconfdir}
[thirdparty/systemd.git] / src / boot / efi / linux.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 EFI_STATUS linux_exec(EFI_HANDLE *image,
5 CHAR8 *cmdline, UINTN cmdline_size,
6 UINTN linux_addr,
7 UINTN initrd_addr, UINTN initrd_size, BOOLEAN secure);