| 321 | } |
| 322 | |
| 323 | rt_inline rt_bool_t rt_ofw_prop_read_bool(const struct rt_ofw_node *np, const char *propname) |
| 324 | { |
| 325 | return rt_ofw_get_prop(np, propname, RT_NULL) ? RT_TRUE : RT_FALSE; |
| 326 | } |
| 327 | |
| 328 | rt_inline int rt_ofw_prop_count_of_u8(const struct rt_ofw_node *np, const char *propname) |
| 329 | { |
no test coverage detected