svn commit: r282773 - head/sys/dev/ofw

Andrew Turner andrew at FreeBSD.org
Mon May 11 15:47:56 UTC 2015


Author: andrew
Date: Mon May 11 15:47:55 2015
New Revision: 282773
URL: https://svnweb.freebsd.org/changeset/base/282773

Log:
  Add the ofw_bus_subr.h change missed in r282770.

Modified:
  head/sys/dev/ofw/ofw_bus_subr.h

Modified: head/sys/dev/ofw/ofw_bus_subr.h
==============================================================================
--- head/sys/dev/ofw/ofw_bus_subr.h	Mon May 11 14:53:07 2015	(r282772)
+++ head/sys/dev/ofw/ofw_bus_subr.h	Mon May 11 15:47:55 2015	(r282773)
@@ -101,4 +101,7 @@ const struct ofw_compat_data *
 /* Helper routine for checking existence of a prop */
 int ofw_bus_has_prop(device_t, const char *);
 
+/* Helper to search for a child with a given compat prop */
+phandle_t ofw_bus_find_compatible(phandle_t, const char *);
+
 #endif /* !_DEV_OFW_OFW_BUS_SUBR_H_ */


More information about the svn-src-all mailing list