]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
ppc/85xx: Remove CONFIG_SYS_DDR_TLB_START
[u-boot] / include / common.h
index 00b543408e38f93181d854e7ec52f5246f50bd4f..07897f682eb637f494aeeb0b26d5eda56ada8fb8 100644 (file)
@@ -612,6 +612,11 @@ ulong      usec2ticks    (unsigned long usec);
 ulong  ticks2usec    (unsigned long ticks);
 int    init_timebase (void);
 
+/* lib_generic/gunzip.c */
+int gunzip(void *, int, unsigned char *, unsigned long *);
+int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp,
+                                               int stoponerr, int offset);
+
 /* lib_generic/time.c */
 void   udelay        (unsigned long);