]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/boot/efi/pe.h
license: LGPL-2.1+ -> LGPL-2.1-or-later
[thirdparty/systemd.git] / src / boot / efi / pe.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 EFI_STATUS pe_memory_locate_sections(CHAR8 *base,
5 CHAR8 **sections, UINTN *addrs, UINTN *offsets, UINTN *sizes);
6 EFI_STATUS pe_file_locate_sections(EFI_FILE *dir, CHAR16 *path,
7 CHAR8 **sections, UINTN *addrs, UINTN *offsets, UINTN *sizes);