iPXE
include
ipxe
downloader.h
Go to the documentation of this file.
1
#ifndef _IPXE_DOWNLOADER_H
2
#define _IPXE_DOWNLOADER_H
3
4
/** @file
5
*
6
* Image downloader
7
*
8
*/
9
10
FILE_LICENCE
( GPL2_OR_LATER_OR_UBDL );
11
FILE_SECBOOT
( PERMITTED );
12
13
struct
interface
;
14
struct
image
;
15
16
extern
int
create_downloader
(
struct
interface
*job,
struct
image
*
image
);
17
18
#endif
/* _IPXE_DOWNLOADER_H */
image
An executable image.
Definition:
image.h:24
create_downloader
int create_downloader(struct interface *job, struct image *image)
Instantiate a downloader.
Definition:
downloader.c:263
interface
An object interface.
Definition:
interface.h:125
FILE_SECBOOT
FILE_SECBOOT(PERMITTED)
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
Generated by
1.8.15