| 337 | } |
| 338 | |
| 339 | static int ofw_prop_index_of_compatible(struct rt_ofw_prop *prop, const char *compatible) |
| 340 | { |
| 341 | return ofw_prop_index_of_string(prop, compatible, ofw_strcasecmp); |
| 342 | } |
| 343 | |
| 344 | static int ofw_node_index_of_compatible(const struct rt_ofw_node *np, const char *compatible) |
| 345 | { |
no test coverage detected