diff options
author | smh <smh@FreeBSD.org> | 2016-01-28 16:52:02 +0000 |
---|---|---|
committer | smh <smh@FreeBSD.org> | 2016-01-28 16:52:02 +0000 |
commit | 7cf27587c4119bcb0ff4c5f60930a61fc32683f2 (patch) | |
tree | f22fb47fb8da3036fafeae36c25ca7dbf64f7dee /sys/boot/efi/include/efilib.h | |
parent | ee931520cdd5e9ef403c108aaf33f3b98f3ff222 (diff) | |
download | FreeBSD-src-7cf27587c4119bcb0ff4c5f60930a61fc32683f2.zip FreeBSD-src-7cf27587c4119bcb0ff4c5f60930a61fc32683f2.tar.gz |
MFC r281060, r294060, r294291, r294493, r294284:
MFC r281060:
Remove an unnecessary space in a printf call
MFC r294060:
Modularise EFI boot loader
MFC r294291 (by andrew):
Reset the filesystem cache
MFC r294493:
Fix EFI UFS caching
MFC r294284 (by emaste):
boot1: correct typo in error message
Sponsored by: Multiplay
Diffstat (limited to 'sys/boot/efi/include/efilib.h')
-rw-r--r-- | sys/boot/efi/include/efilib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/efi/include/efilib.h b/sys/boot/efi/include/efilib.h index b67ffc5..a6197b9 100644 --- a/sys/boot/efi/include/efilib.h +++ b/sys/boot/efi/include/efilib.h @@ -39,7 +39,6 @@ extern struct devsw efinet_dev; extern struct netif_driver efinetif; void *efi_get_table(EFI_GUID *tbl); -void efi_main(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table); int efi_register_handles(struct devsw *, EFI_HANDLE *, EFI_HANDLE *, int); EFI_HANDLE efi_find_handle(struct devsw *, int); |