Skip to content
Snippets Groups Projects
Commit d1cc5287 authored by David Gibson's avatar David Gibson Committed by Marian Balakowicz
Browse files

libfdt: Add and use a node iteration helper function.


This patch adds an fdt_next_node() function which can be used to
iterate through nodes of the tree while keeping track of depth.  This
function is used to simplify the iteration code in a lot of other
functions, and is also exported for use by library users.

Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 8cf30809
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment