]> git.sur5r.net Git - u-boot/blobdiff - include/libfdt.h
e500 needs ppc_asm.tmp MCK_EXCEPTION
[u-boot] / include / libfdt.h
index e08002817cfdfa046c193619ce3b91d868924936..340e89d9ce535a5fa72f60a6296841187be6fe9d 100644 (file)
@@ -78,6 +78,12 @@ int fdt_subnode_offset_namelen(const void *fdt, int parentoffset,
 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
 
 int fdt_find_node_by_path(const void *fdt, const char *path);
+int fdt_find_node_by_type(const void *fdt, int nodeoffset, const char *type);
+
+int fdt_node_is_compatible(const void *fdt, int nodeoffset,
+                          const char *compat);
+int fdt_find_compatible_node(const void *fdt, int nodeoffset,
+                            const char *type, const char *compat);
 
 struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
                                      const char *name, int *lenp);