X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fof.h;h=e2488f5e7cb2bfc4ab275b1a2685bba103713205;hb=326528a54f61e38fc16bf2e8ac028c6a33b615ed;hp=79886ade070f2e791274c92814bc04bfbcff4947;hpb=35780c8ea7ad5c6d5483244d5f5bf37176fda86a;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/of.h b/include/linux/of.h index 79886ade070..e2488f5e7cb 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 */