| 284 | } |
| 285 | |
| 286 | struct dtb_node *dtb_node_path(const char *path) |
| 287 | { |
| 288 | if (dtb_node_active()) |
| 289 | return dtb_node_find_node_by_path(path); |
| 290 | return NULL; |
| 291 | } |
| 292 | |
| 293 | const char *dtb_node_get_chosen_prop(const char *name) |
| 294 | { |
no test coverage detected