summaryrefslogblamecommitdiffstats
path: root/src/include/ipxe/efi/efi_autoexec.h
blob: 1f93b41cd261649b7b7cd024ef938daaea0d4503 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                   
#ifndef _IPXE_EFI_AUTOEXEC_H
#define _IPXE_EFI_AUTOEXEC_H

/** @file
 *
 * EFI autoexec script
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <ipxe/efi/efi.h>

extern int efi_autoexec_load ( EFI_HANDLE device );

#endif /* _IPXE_EFI_AUTOEXEC_H */