mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
gzip: add a function to parse the header
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d753f942ec
commit
376ddf9d4a
2 changed files with 13 additions and 3 deletions
|
@ -609,6 +609,7 @@ ulong usec2ticks (unsigned long usec);
|
|||
ulong ticks2usec (unsigned long ticks);
|
||||
|
||||
/* lib/gunzip.c */
|
||||
int gzip_parse_header(const unsigned char *src, unsigned long len);
|
||||
int gunzip(void *, int, unsigned char *, unsigned long *);
|
||||
int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp,
|
||||
int stoponerr, int offset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue