Revision c4897490

b/device_tree.c
74 74
}
75 75

  
76 76
int qemu_devtree_setprop(void *fdt, const char *node_path,
77
                         const char *property, uint32_t *val_array, int size)
77
                         const char *property, void *val_array, int size)
78 78
{
79 79
    int offset;
80 80

  
b/device_tree.h
17 17
void *load_device_tree(const char *filename_path, int *sizep);
18 18

  
19 19
int qemu_devtree_setprop(void *fdt, const char *node_path,
20
                         const char *property, uint32_t *val_array, int size);
20
                         const char *property, void *val_array, int size);
21 21
int qemu_devtree_setprop_cell(void *fdt, const char *node_path,
22 22
                              const char *property, uint32_t val);
23 23
int qemu_devtree_setprop_string(void *fdt, const char *node_path,

Also available in: Unified diff