X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Fof_fdt.h;h=587ee507965d78a1b16112a0e3c0bba7856f1d3e;hb=28b8d0c8f560300836dff352348e513cdf328e50;hp=0ff360d5b3b3078b1ca85d29696d02741473edd0;hpb=75d43b2d0a323ba894d85060888f039e41b441ca;p=mirror_ubuntu-artful-kernel.git diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h index 0ff360d5b3b3..587ee507965d 100644 --- a/include/linux/of_fdt.h +++ b/include/linux/of_fdt.h @@ -33,6 +33,8 @@ extern void *of_fdt_get_property(const void *blob, extern int of_fdt_is_compatible(const void *blob, unsigned long node, const char *compat); +extern bool of_fdt_is_big_endian(const void *blob, + unsigned long node); extern int of_fdt_match(const void *blob, unsigned long node, const char *const *compat); extern void of_fdt_unflatten_tree(unsigned long *blob,