]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/boot/efi/xbootldr.h
sd-event: reenable epoll_pwait2()
[thirdparty/systemd.git] / src / boot / efi / xbootldr.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include <efi.h>
5
6 #define XBOOTLDR_GUID \
7 &(const EFI_GUID) { 0xbc13c2ff, 0x59e6, 0x4262, { 0xa3, 0x52, 0xb2, 0x75, 0xfd, 0x6f, 0x71, 0x72 } }
8
9 EFI_STATUS xbootldr_open(EFI_HANDLE *device, EFI_HANDLE *ret_device, EFI_FILE **ret_root_dir);