summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/common.h b/include/common.h
index 402f8e852f..0e91cbe43b 100644
--- a/include/common.h
+++ b/include/common.h
@@ -74,14 +74,7 @@ typedef void (interrupt_handler_t)(void *);
* Function Prototypes
*/
void do_reset(void);
-
-#ifdef CONFIG_SERIAL_SOFTWARE_FIFO
-void serial_buffered_init (void);
-void serial_buffered_putc (const char);
-void serial_buffered_puts (const char *);
-int serial_buffered_getc (void);
-int serial_buffered_tstc (void);
-#endif /* CONFIG_SERIAL_SOFTWARE_FIFO */
+void reginfo(void);
void hang (void) __attribute__ ((noreturn));