summaryrefslogtreecommitdiffstats
path: root/src/include/usr/efiboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/efiboot.h')
-rw-r--r--src/include/usr/efiboot.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/include/usr/efiboot.h b/src/include/usr/efiboot.h
new file mode 100644
index 00000000..bd3065f0
--- /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 */