Add the ofw_bus_subr.h change missed in r282770.
This commit is contained in:
parent
ccbf25027e
commit
8a56ddde27
@ -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_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user