]> git.proxmox.com Git - qemu.git/blobdiff - device_tree.c
target-arm/neon_helper.c: Use make_float32/float32_val macros
[qemu.git] / device_tree.c
index cc916064357f45005cc7bef5c4f16be3cd9939de..21be07075929a92af80c4a04fd94a22547aaaa22 100644 (file)
@@ -22,6 +22,7 @@
 #include "qemu-common.h"
 #include "sysemu.h"
 #include "device_tree.h"
+#include "hw/loader.h"
 
 #include <libfdt.h>
 
@@ -73,7 +74,7 @@ fail:
 }
 
 int qemu_devtree_setprop(void *fdt, const char *node_path,
-                         const char *property, uint32_t *val_array, int size)
+                         const char *property, void *val_array, int size)
 {
     int offset;