summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/fdt_common.h
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-05-24 07:11:03 +0000
committerngie <ngie@FreeBSD.org>2015-05-24 07:11:03 +0000
commit1a0cbcd01aba9ae90897d49b5987c635a695c974 (patch)
tree007bbfb4eef88985f91be20dbbd9080c695a4fdb /sys/dev/fdt/fdt_common.h
parentb0e50d6cad74822a727e0d04d3c960115275e21e (diff)
parente6b664c390af88d4a87208bc042ce503da664c3b (diff)
downloadFreeBSD-src-1a0cbcd01aba9ae90897d49b5987c635a695c974.zip
FreeBSD-src-1a0cbcd01aba9ae90897d49b5987c635a695c974.tar.gz
MFhead @ r283351
Diffstat (limited to 'sys/dev/fdt/fdt_common.h')
-rw-r--r--sys/dev/fdt/fdt_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fdt/fdt_common.h b/sys/dev/fdt/fdt_common.h
index 3d05341..6801297 100644
--- a/sys/dev/fdt/fdt_common.h
+++ b/sys/dev/fdt/fdt_common.h
@@ -81,6 +81,7 @@ u_long fdt_data_get(void *, int);
int fdt_data_to_res(pcell_t *, int, int, u_long *, u_long *);
phandle_t fdt_find_compatible(phandle_t, const char *, int);
phandle_t fdt_depth_search_compatible(phandle_t, const char *, int);
+phandle_t fdt_find_child(phandle_t, const char *);
int fdt_get_mem_regions(struct mem_region *, int *, uint32_t *);
int fdt_get_reserved_regions(struct mem_region *, int *);
int fdt_get_phyaddr(phandle_t, device_t, int *, void **);
OpenPOWER on IntegriCloud