summaryrefslogtreecommitdiffstats
path: root/include/u-boot/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/u-boot/zlib.h')
-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
OpenPOWER on IntegriCloud