chiark / gitweb /
ca2f9a2508ecc18198c8e379259386017acb0d1d
[elogind.git] / src / boot / efi / pefile.h
1 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
2
3 /*
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License as published by
6  * the Free Software Foundation; either version 2.1 of the License, or
7  * (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Lesser General Public License for more details.
13  *
14  * Copyright (C) 2015 Kay Sievers <kay@vrfy.org>
15  */
16
17 #ifndef __SDBOOT_PEFILE_H
18 #define __SDBOOT_PEFILE_H
19
20 EFI_STATUS pefile_locate_sections(EFI_FILE *dir, CHAR16 *path,
21                                   CHAR8 **sections, UINTN *addrs, UINTN *offsets, UINTN *sizes);
22 #endif