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/boot/selfboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot') diff --git a/src/boot/selfboot.c b/src/boot/selfboot.c index fa3e29a97d..bee6135915 100644 --- a/src/boot/selfboot.c +++ b/src/boot/selfboot.c @@ -28,6 +28,7 @@ #include #include #include +#include #ifndef CONFIG_BIG_ENDIAN #define ntohl(x) ( ((x&0xff)<<24) | ((x&0xff00)<<8) | \ @@ -462,7 +463,6 @@ static int load_self_segments( switch(ptr->compression) { case CBFS_COMPRESS_LZMA: { printk_debug("using LZMA\n"); - unsigned long ulzma(unsigned char *src, unsigned char *dst); len = ulzma(src, dest); break; } -- cgit v1.2.3