]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - scripts/dtc/dtc.h
scripts/dtc: Update to upstream version v1.4.5-3-gb1a60033c110
[people/ms/u-boot.git] / scripts / dtc / dtc.h
index 409db76c94b7bba3740c4e47415a67e510e60744..35cf926cc14afa52ce2ff52905e0ea11787fbf82 100644 (file)
@@ -203,6 +203,7 @@ struct node *build_node_delete(void);
 struct node *name_node(struct node *node, char *name);
 struct node *chain_node(struct node *first, struct node *list);
 struct node *merge_nodes(struct node *old_node, struct node *new_node);
+void add_orphan_node(struct node *old_node, struct node *new_node, char *ref);
 
 void add_property(struct node *node, struct property *prop);
 void delete_property_by_name(struct node *node, char *name);
@@ -216,6 +217,7 @@ void append_to_property(struct node *node,
 const char *get_unitname(struct node *node);
 struct property *get_property(struct node *node, const char *propname);
 cell_t propval_cell(struct property *prop);
+cell_t propval_cell_n(struct property *prop, int n);
 struct property *get_property_by_label(struct node *tree, const char *label,
                                       struct node **node);
 struct marker *get_marker_label(struct node *tree, const char *label,