From b2c5310d4da56237571bb8ea8d24b030c941030f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2007 18:02:14 +0200 Subject: svn_rev_653 restructure tree, add reginfo command --- include/common.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'include/common.h') 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)); -- cgit v1.2.3