* fix some license headers

* add generic lib.h header for lib/ prototypes
* fix some prototypes
* put back return value parsing of stage2

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>




git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@91 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2007-02-23 11:03:56 +00:00
commit 15dfcd2198
6 changed files with 113 additions and 65 deletions

View file

@ -44,4 +44,8 @@ extern struct console_driver econsole_drivers[];
extern int console_loglevel;
//
int printk(int msg_level, const char *fmt, ...);
#endif /* CONSOLE_CONSOLE_H_ */