summaryrefslogtreecommitdiffstats
path: root/src/dt/dt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dt/dt.h')
-rw-r--r--src/dt/dt.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/dt/dt.h b/src/dt/dt.h
index 10fe162..4ae24ba 100644
--- a/src/dt/dt.h
+++ b/src/dt/dt.h
@@ -370,8 +370,13 @@ static inline struct device_node *of_find_root_node(struct device_node *node)
struct device_node *of_read_proc_devicetree(void);
-static inline struct device_node *of_find_node_by_devpath(struct device_node *root,
- const char *path)
+static inline struct device_node *of_find_node_by_reproducible_name(struct device_node *from,
+ const char *name)
+{
+ return NULL;
+}
+
+static inline char *of_get_reproducible_name(struct device_node *node)
{
return NULL;
}