* 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:
parent
592d34e1fc
commit
15dfcd2198
6 changed files with 113 additions and 65 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue