Create lib.h for homeless prototypes.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4878 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -13,8 +13,7 @@ SDK 4.42, which is written and distributed to public domain by Igor Pavlov.
|
||||
#include "lzmadecode.c"
|
||||
#include <console/console.h>
|
||||
#include <string.h>
|
||||
|
||||
unsigned long ulzma(unsigned char * src, unsigned char * dst);
|
||||
#include <lib.h>
|
||||
|
||||
unsigned long ulzma(unsigned char * src, unsigned char * dst)
|
||||
{
|
||||
|
Reference in New Issue
Block a user