mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add the ofw_bus_subr.h change missed in r282770.
This commit is contained in:
parent
ccbf25027e
commit
8a56ddde27
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue