summaryrefslogtreecommitdiffstats
path: root/src/include/usr/efiboot.h
blob: bd3065f0a904b7da6dabbccab80b3e0c57a4f203 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */