iPXE
include
usr
fdtmgmt.h
Go to the documentation of this file.
1
#ifndef _USR_FDTMGMT_H
2
#define _USR_FDTMGMT_H
3
4
/** @file
5
*
6
* Flattened Device Tree management
7
*
8
*/
9
10
FILE_LICENCE
( GPL2_OR_LATER_OR_UBDL );
11
12
#include <
ipxe/image.h
>
13
14
extern
int
imgfdt
(
struct
image
*
image
);
15
16
#endif
/* _USR_FDTMGMT_H */
image
An executable image.
Definition:
image.h:23
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
imgfdt
int imgfdt(struct image *image)
Apply flattened device tree image.
Definition:
fdtmgmt.c:41
image.h
Executable images.
Generated by
1.8.15