summaryrefslogtreecommitdiffstats
path: root/include/uncompress.h
Commit message (Collapse)AuthorAgeFilesLines
* Add generic uncompress functionSascha Hauer2011-11-291-0/+19
uncompress() has the same prototype as the various kernel decompress functions. It automatically detects the compression type and selects the correct uncompress function. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>