summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/fdt/simplebus.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/dev/fdt/simplebus.h')
-rw-r--r--freebsd/sys/dev/fdt/simplebus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/dev/fdt/simplebus.h b/freebsd/sys/dev/fdt/simplebus.h
index caccf162..bc695578 100644
--- a/freebsd/sys/dev/fdt/simplebus.h
+++ b/freebsd/sys/dev/fdt/simplebus.h
@@ -61,4 +61,6 @@ device_t simplebus_add_device(device_t dev, phandle_t node, u_int order,
const char *name, int unit, struct simplebus_devinfo *di);
struct simplebus_devinfo *simplebus_setup_dinfo(device_t dev, phandle_t node,
struct simplebus_devinfo *di);
+int simplebus_fill_ranges(phandle_t node,
+ struct simplebus_softc *sc);
#endif /* _FDT_SIMPLEBUS_H */