diff options
Diffstat (limited to 'device_tree.h')
-rw-r--r-- | device_tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device_tree.h b/device_tree.h index 36fc9dbede..5f76f40eeb 100644 --- a/device_tree.h +++ b/device_tree.h @@ -14,6 +14,7 @@ #ifndef __DEVICE_TREE_H__ #define __DEVICE_TREE_H__ +void *create_device_tree(int *sizep); void *load_device_tree(const char *filename_path, int *sizep); int qemu_devtree_setprop(void *fdt, const char *node_path, |