X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fof.h;h=e2488f5e7cb2bfc4ab275b1a2685bba103713205;hb=4ac08d36aa9c556556c7b150caee263c6d542645;hp=79886ade070f2e791274c92814bc04bfbcff4947;hpb=0b88641f1bafdbd087d5e63987a30cc0eadd63b9;p=cascardo%2Flinux.git diff --git a/include/linux/of.h b/include/linux/of.h index 79886ade070f..e2488f5e7cb2 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -71,5 +71,8 @@ extern int of_n_size_cells(struct device_node *np); extern const struct of_device_id *of_match_node( const struct of_device_id *matches, const struct device_node *node); extern int of_modalias_node(struct device_node *node, char *modalias, int len); +extern int of_parse_phandles_with_args(struct device_node *np, + const char *list_name, const char *cells_name, int index, + struct device_node **out_node, const void **out_args); #endif /* _LINUX_OF_H */