From 581707811c1c24bb0676e7582c671548b8851436 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Wed, 28 Oct 2009 16:13:28 +0000 Subject: Create lib.h for homeless prototypes. Signed-off-by: Myles Watson Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4878 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/lib/cbfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/cbfs.c') diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c index 876f6352e0..5f24faf20f 100644 --- a/src/lib/cbfs.c +++ b/src/lib/cbfs.c @@ -21,6 +21,7 @@ #include #include #include +#include #ifndef CONFIG_BIG_ENDIAN #define ntohl(x) ( ((x&0xff)<<24) | ((x&0xff00)<<8) | \ @@ -29,8 +30,6 @@ #define ntohl(x) (x) #endif -unsigned long ulzma(unsigned char *src, unsigned char *dst); - int cbfs_decompress(int algo, void *src, void *dst, int len) { switch(algo) { -- cgit v1.2.3