Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2015 15:47:56 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282773 - head/sys/dev/ofw
Message-ID:  <201505111547.t4BFluvd023865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505111547.t4BFluvd023865>