mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
fdt: move dumpdtb interpretation code to device_tree.c
The dumpdtb code can be useful in more places than just for e500. Move it to a generic place. Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
011aba24ed
commit
711934334e
3 changed files with 25 additions and 14 deletions
|
@ -49,4 +49,6 @@ int qemu_devtree_add_subnode(void *fdt, const char *name);
|
|||
sizeof(qdt_tmp)); \
|
||||
} while (0)
|
||||
|
||||
void qemu_devtree_dumpdtb(void *fdt, int size);
|
||||
|
||||
#endif /* __DEVICE_TREE_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue