summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/efi_autoboot.h
blob: 94fd2d7662769d27c7c2daeacc4a2cc9fad768b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _IPXE_EFI_AUTOBOOT_H
#define _IPXE_EFI_AUTOBOOT_H

/** @file
 *
 * EFI autoboot device
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <ipxe/efi/efi.h>

extern int efi_set_autoboot_ll_addr ( EFI_HANDLE device,
				      EFI_DEVICE_PATH_PROTOCOL *path );

#endif /* _IPXE_EFI_AUTOBOOT_H */