console: Drop leftover struct console_driver
Change-Id: I4d529f6393937e5b97d8546f9348b44a448330e8 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/16007 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
b168db78d6
commit
8c8403ff5f
|
@ -23,13 +23,6 @@
|
|||
#include <commonlib/loglevel.h>
|
||||
|
||||
#ifndef __ROMCC__
|
||||
struct console_driver {
|
||||
void (*init)(int);
|
||||
void (*tx_byte)(int, unsigned char byte);
|
||||
void (*tx_flush)(int);
|
||||
unsigned char (*rx_byte)(int);
|
||||
int (*tst_byte)(void);
|
||||
};
|
||||
|
||||
void post_code(u8 value);
|
||||
#if CONFIG_CMOS_POST_EXTRA
|
||||
|
|
Loading…
Reference in New Issue