summaryrefslogtreecommitdiff
path: root/sys/include/fdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/fdt.h')
-rw-r--r--sys/include/fdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/fdt.h b/sys/include/fdt.h
index ca1cea0..77c9d6e 100644
--- a/sys/include/fdt.h
+++ b/sys/include/fdt.h
@@ -40,7 +40,7 @@ struct fdt_node_header {
char name[];
};
-void walk_fdt(struct fdt_header *header);
+void fdt_walk(struct fdt_header *header);
#define FDT_MAGIC 0xd00dfeed /* 4: version, 4: total size */
#define FDT_TAGSIZE sizeof(fdt32_t)