dtc: import latest upstream dtc
[firefly-linux-kernel-4.4.55.git] / scripts / dtc / libfdt / libfdt_internal.h
index 46eb93e4af5c471ecac7bc470065c11f6ae6f9e6..381133ba81df7d02c375d7a1462d650136abd6d1 100644 (file)
@@ -62,8 +62,8 @@
                        return err; \
        }
 
-uint32_t _fdt_next_tag(const void *fdt, int startoffset, int *nextoffset);
 int _fdt_check_node_offset(const void *fdt, int offset);
+int _fdt_check_prop_offset(const void *fdt, int offset);
 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s);
 int _fdt_node_end_offset(void *fdt, int nodeoffset);