blob: 182df29746f113d754a0a7d35fb8d73db3cedcc1 [file]
#ifndef _USR_FDTMGMT_H
#define _USR_FDTMGMT_H
/** @file
*
* Flattened Device Tree management
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#include <ipxe/image.h>
extern int imgfdt ( struct image *image );
#endif /* _USR_FDTMGMT_H */