summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fdtmgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/fdtmgmt.h')
-rw-r--r--src/include/usr/fdtmgmt.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/usr/fdtmgmt.h b/src/include/usr/fdtmgmt.h
new file mode 100644
index 000000000..3d3aef859
--- /dev/null
+++ b/src/include/usr/fdtmgmt.h
@@ -0,0 +1,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 */