From d69a8e6387adcd79c29666930bc64fffd2a3f456 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 21 Jul 2011 01:52:57 +0200 Subject: device tree: add nop_node We have a qemu internal abstraction layer on FDT. While I'm not fully convinced we need it at all, it's missing the nop_node functionality that we now need on e500. So let's add it and think about the general future of that API later. Signed-off-by: Alexander Graf --- device_tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'device_tree.h') diff --git a/device_tree.h b/device_tree.h index cecd98f042..76fce5ffb2 100644 --- a/device_tree.h +++ b/device_tree.h @@ -22,5 +22,6 @@ int qemu_devtree_setprop_cell(void *fdt, const char *node_path, const char *property, uint32_t val); int qemu_devtree_setprop_string(void *fdt, const char *node_path, const char *property, const char *string); +int qemu_devtree_nop_node(void *fdt, const char *node_path); #endif /* __DEVICE_TREE_H__ */ -- cgit v1.2.3