diff options
Diffstat (limited to 'device_tree.h')
-rw-r--r-- | device_tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device_tree.h b/device_tree.h index 9e6ef3d8e3..f05c4e7311 100644 --- a/device_tree.h +++ b/device_tree.h @@ -14,7 +14,7 @@ #ifndef __DEVICE_TREE_H__ #define __DEVICE_TREE_H__ -void *load_device_tree(const char *filename_path, void *load_addr); +void *load_device_tree(const char *filename_path, int *sizep); int qemu_devtree_setprop(void *fdt, const char *node_path, const char *property, uint32_t *val_array, int size); |