diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libfdt.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/include/libfdt.h b/include/libfdt.h index f634a9c8d..beeacb2e0 100644 --- a/include/libfdt.h +++ b/include/libfdt.h @@ -131,6 +131,12 @@ static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen)  uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);  /**********************************************************************/ +/* Traversal functions                                                */ +/**********************************************************************/ + +int fdt_next_node(const void *fdt, int offset, int *depth); + +/**********************************************************************/  /* General functions                                                  */  /**********************************************************************/ |