Add a banner function to lib/console.c that is SHARED so all code can
use it. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@544 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
cbbddbe4db
commit
af52a3c6d5
3 changed files with 36 additions and 25 deletions
|
|
@ -48,5 +48,6 @@ struct console_driver {
|
|||
|
||||
SHARED_WITH_ATTRIBUTES(printk, int, __attribute__((format (printf, 2, 3))),
|
||||
int msg_level, const char *fmt, ...);
|
||||
SHARED(banner, void, int msg_level, const char *msg);
|
||||
|
||||
#endif /* CONSOLE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue