common: Move gzip functions into a new gzip header
authorSimon Glass <sjg@chromium.org>
Thu, 1 Aug 2019 15:46:36 +0000 (09:46 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 11 Aug 2019 20:43:41 +0000 (16:43 -0400)
commit0c670fc1481d2296f1f5837ea5c15cfbdaed710c
tree8ef8e9be714983218248ee61ea2d33ccc828a146
parent0d6c7c60ea17c2323c1f78dbc71343d537dd33e3
common: Move gzip functions into a new gzip header

As part of the effort to remove things from common.h, create a new header
for the gzip functions. Move the function declarations to it and add
missing documentation.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
18 files changed:
board/menlo/m53menlo/m53menlo.c
cmd/bmp.c
cmd/config.c
cmd/fpga.c
cmd/license.c
cmd/unzip.c
cmd/ximg.c
common/image.c
common/spl/spl_fit.c
common/spl/spl_ymodem.c
drivers/video/cfb_console.c
fs/ubifs/ubifs.c
include/common.h
include/gzip.h [new file with mode: 0644]
lib/fdtdec.c
lib/gunzip.c
lib/gzip.c
test/compression.c