UPSTREAM: console: Drop leftover struct console_driver
BUG=None BRANCH=None TEST=None Change-Id: Iffef51354d09c4a399661be27179c88e054d086a Signed-off-by: Kysti Mlkki <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> Reviewed-on: https://chromium-review.googlesource.com/366306 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
c2a622b5c6
commit
32540462c8
1 changed files with 0 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue