Sign in
qemu
/
ipxe
/
refs/heads/master
/
.
/
src
/
include
/
usr
/
fdtmgmt.h
blob: 3d3aef859d7dd6f727486bda7e4db053a78ed7f4 [
file
] [
log
] [
blame
]
#ifndef
_USR_FDTMGMT_H
#define
_USR_FDTMGMT_H
/** @file
*
* Flattened Device Tree management
*
*/
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
#include
<ipxe/image.h>
extern
int
imgfdt
(
struct
image
*
image
);
#endif
/* _USR_FDTMGMT_H */