uboot/lib_generic
Wolfgang Wegner 87d93a1ba2 move prototypes for gunzip() and zunzip() to common.h
Prototype for gunzip/zunzip was only in lib_generic/gunzip.c and thus
repeated in every file using it. This patch moves the prototypes to
common.h and removes all prototypes distributed anywhere else.

Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
2009-12-21 21:39:59 +01:00
..
lzma lzma: ignore unset filesizes 2009-12-05 01:49:52 +01:00
lzo add lzop decompression support 2009-12-05 01:30:23 +01:00
Makefile Merge branch 'master' into next 2009-12-05 02:11:59 +01:00
addr_map.c
bzlib.c
bzlib_crctable.c
bzlib_decompress.c
bzlib_huffman.c
bzlib_private.h
bzlib_randtable.c
circbuf.c circbuf: Move to lib_generic and conditionally compile 2009-12-02 23:19:32 +01:00
crc16.c
crc32.c crc32: Impl. linux optimized crc32() 2009-12-02 23:42:40 +01:00
ctype.c
display_options.c
div64.c
gunzip.c move prototypes for gunzip() and zunzip() to common.h 2009-12-21 21:39:59 +01:00
ldiv.c
lmb.c
md5.c
rbtree.c
sha1.c
sha256.c
string.c lib_generic memset: fill one word at a time if possible 2009-10-18 23:10:40 +02:00
strmhz.c
time.c Generic udelay() with watchdog support 2009-12-05 01:08:53 +01:00
vsprintf.c common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00
zlib.c Merge branch 'master' into next 2009-12-07 22:47:17 +01:00