mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
no more linker hacks in v3, except for the .S parts.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@342 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
8c8b512726
commit
517e03ebfb
1 changed files with 0 additions and 6 deletions
|
@ -45,12 +45,6 @@ struct console_driver {
|
||||||
int (*tst_byte)(void);
|
int (*tst_byte)(void);
|
||||||
};
|
};
|
||||||
|
|
||||||
#define __console __attribute__((used, __section__ (".rodata.console_drivers")))
|
|
||||||
|
|
||||||
/* Defined by the linker... */
|
|
||||||
extern struct console_driver console_drivers[];
|
|
||||||
extern struct console_driver econsole_drivers[];
|
|
||||||
|
|
||||||
//
|
//
|
||||||
int printk(int msg_level, const char *fmt, ...);
|
int printk(int msg_level, const char *fmt, ...);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue