pub unsafe extern "C" fn fdt_next_subnode(
fdt: *const c_void,
offset: c_int,
) -> c_intExpand description
fdt_next_subnode() - get offset of next direct subnode @fdt: FDT blob @offset: Offset of previous subnode
After first calling fdt_first_subnode(), call this function repeatedly to get direct subnodes of a parent node.
returns: offset of next subnode, or -FDT_ERR_NOTFOUND if there are no more subnodes