]> git.proxmox.com Git - qemu.git/blobdiff - device_tree.h
qmp: dump-guest-memory: improve schema doc (again)
[qemu.git] / device_tree.h
index 2244270b2d1f3862641e81470ee954d7bd9e0b42..f7a3e6cfc5fb33a139d9ef440860e8d21c8f393d 100644 (file)
@@ -28,6 +28,10 @@ int qemu_devtree_setprop_string(void *fdt, const char *node_path,
 int qemu_devtree_setprop_phandle(void *fdt, const char *node_path,
                                  const char *property,
                                  const char *target_node_path);
+const void *qemu_devtree_getprop(void *fdt, const char *node_path,
+                                 const char *property, int *lenp);
+uint32_t qemu_devtree_getprop_cell(void *fdt, const char *node_path,
+                                   const char *property);
 uint32_t qemu_devtree_get_phandle(void *fdt, const char *path);
 uint32_t qemu_devtree_alloc_phandle(void *fdt);
 int qemu_devtree_nop_node(void *fdt, const char *node_path);