From 33d46d7beb452ce022709e1e2c302777cbab7f46 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 5 Oct 2021 16:07:52 +0200 Subject: Local UEFI disk boot support By Aaron Young: https://lists.ipxe.org/pipermail/ipxe-devel/2019-February/006504.html --- src/include/usr/efiboot.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/include/usr/efiboot.h (limited to 'src/include/usr/efiboot.h') diff --git a/src/include/usr/efiboot.h b/src/include/usr/efiboot.h new file mode 100644 index 000000000..bd3065f0a --- /dev/null +++ b/src/include/usr/efiboot.h @@ -0,0 +1,15 @@ +#ifndef _USR_EFIBOOT_H +#define _USR_EFIBOOT_H + +/** @file + * + * EFI boot support + * + */ + +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +extern void efi_boot_display_map ( void ); +extern int efi_boot_local ( unsigned int drive, const char *filename ); + +#endif /* _USR_EFIBOOT_H */ -- cgit v1.2.3-55-g7522