mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 03:54:17 +01:00
r323885 did miss efilib.h update
The efilib.h update was left out from r323885 by mistake.
This commit is contained in:
parent
cbc1b3de8f
commit
024cc69661
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323896
@ -31,6 +31,7 @@
|
||||
#define _LOADER_EFILIB_H
|
||||
|
||||
#include <stand.h>
|
||||
#include <stdbool.h>
|
||||
#include <sys/queue.h>
|
||||
|
||||
extern EFI_HANDLE IH;
|
||||
@ -80,7 +81,7 @@ EFI_DEVICE_PATH *efi_lookup_devpath(EFI_HANDLE);
|
||||
EFI_HANDLE efi_devpath_handle(EFI_DEVICE_PATH *);
|
||||
EFI_DEVICE_PATH *efi_devpath_last_node(EFI_DEVICE_PATH *);
|
||||
EFI_DEVICE_PATH *efi_devpath_trim(EFI_DEVICE_PATH *);
|
||||
int efi_devpath_match(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *);
|
||||
bool efi_devpath_match(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *);
|
||||
CHAR16 *efi_devpath_name(EFI_DEVICE_PATH *);
|
||||
void efi_free_devpath_name(CHAR16 *);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user