Revision c4897490 device_tree.c

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

  

Also available in: Unified diff