summaryrefslogtreecommitdiff
path: root/arch/arm/boot/compressed/libfdt_env.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/compressed/libfdt_env.h')
-rw-r--r--arch/arm/boot/compressed/libfdt_env.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/compressed/libfdt_env.h b/arch/arm/boot/compressed/libfdt_env.h
index 07437816e098..b36c0289a308 100644
--- a/arch/arm/boot/compressed/libfdt_env.h
+++ b/arch/arm/boot/compressed/libfdt_env.h
@@ -6,6 +6,8 @@
#include <linux/string.h>
#include <asm/byteorder.h>
+#define INT_MAX ((int)(~0U>>1))
+
typedef __be16 fdt16_t;
typedef __be32 fdt32_t;
typedef __be64 fdt64_t;