summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 22:12:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-07-05 22:12:11 +0200
commit23ab186b15e7f10c85abf4a75c1dcf2d252b758d (patch)
tree6b76eb3dbccb3460b3f56feed04a66eb0119f81e /include/common.h
parent7d65de0b2bf9691c4fc6745e83e66a375e52d8a6 (diff)
downloadbarebox-23ab186b15e7f10c85abf4a75c1dcf2d252b758d.tar.gz
barebox-23ab186b15e7f10c85abf4a75c1dcf2d252b758d.tar.xz
compile fixes
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 1bad8ecffd..981a3a5d12 100644
--- a/include/common.h
+++ b/include/common.h
@@ -128,6 +128,8 @@ int disable_interrupts (void);
void udelay (unsigned long);
void mdelay (unsigned long);
+int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp);
+
/* lib_generic/vsprintf.c */
ulong simple_strtoul(const char *cp,char **endp,unsigned int base);
#ifdef CFG_64BIT_VSPRINTF