aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2017-07-30 08:09:38 +0100
committerDaniel Thompson <daniel.thompson@linaro.org>2017-07-31 17:26:27 +0100
commit4b3b0e462a75386440c460807fbb45ec2263cf70 (patch)
tree8d4eccd6be2f1699e5c17c58cca00d38099a6fde
parentdd5316253e70ffe29d9dcb0a3b537364c896ccc7 (diff)
include: u-boot: zlib: RDA support
-rw-r--r--include/u-boot/zlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/u-boot/zlib.h b/include/u-boot/zlib.h
index fb2708186d..fbb08a3287 100644
--- a/include/u-boot/zlib.h
+++ b/include/u-boot/zlib.h
@@ -691,6 +691,9 @@ ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int windowBits,
struct internal_state {int dummy;}; /* hack for buggy compilers */
#endif
+extern void *gzalloc(void *, unsigned, unsigned);
+extern void gzfree(void *, void *, unsigned);
+
#ifdef __cplusplus
}
#endif