2007-03-13 Joel Sherrill <joel@OARcorp.com>

* include/bsp.h: Remove redundant prototypes.
This commit is contained in:
Joel Sherrill
2007-03-13 19:43:50 +00:00
parent 871e0776a6
commit bfdf5ebc9c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2007-03-13 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Remove redundant prototypes.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.

View File

@@ -122,14 +122,10 @@ m68k_isr_entry set_vector(
int type
);
void console_init(void);
void Spurious_Initialize(void);
void _UART_flush(void);
void Clock_exit(void);
void outbyte(char);
#ifdef __cplusplus