aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/console/console.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/console/console.h b/src/include/console/console.h
index dcd5fe9cc2..f0ab031582 100644
--- a/src/include/console/console.h
+++ b/src/include/console/console.h
@@ -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