These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / arm / boot / compressed / libfdt_env.h
index 1f4e718..17ae0f3 100644 (file)
@@ -5,6 +5,10 @@
 #include <linux/string.h>
 #include <asm/byteorder.h>
 
+typedef __be16 fdt16_t;
+typedef __be32 fdt32_t;
+typedef __be64 fdt64_t;
+
 #define fdt16_to_cpu(x)                be16_to_cpu(x)
 #define cpu_to_fdt16(x)                cpu_to_be16(x)
 #define fdt32_to_cpu(x)                be32_to_cpu(x)