summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fdtmgmt.h
blob: 3d3aef859d7dd6f727486bda7e4db053a78ed7f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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 */