]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/boot/efi/pe.h
Merge pull request #13953 from SpencerMichaels/systemd-boot-efistub-id-fix
[thirdparty/systemd.git] / src / boot / efi / pe.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
7a3c343c 2#pragma once
0fa2cac4 3
d4cbada2
MG
4EFI_STATUS pe_memory_locate_sections(CHAR8 *base,
5 CHAR8 **sections, UINTN *addrs, UINTN *offsets, UINTN *sizes);
6EFI_STATUS pe_file_locate_sections(EFI_FILE *dir, CHAR16 *path,
7 CHAR8 **sections, UINTN *addrs, UINTN *offsets, UINTN *sizes);