Add the ofw_bus_subr.h change missed in r282770.

This commit is contained in:
Andrew Turner 2015-05-11 15:47:55 +00:00
parent ccbf25027e
commit 8a56ddde27

View File

@ -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_ */