forked from Imagelibrary/rtems
The CONSOLE_USE_INTERRUPTS and CONSOLE_USE_POLLED macros are now
defined in the targopts.h file.
This commit is contained in:
@@ -60,12 +60,6 @@
|
|||||||
* share this problem although it was not investigated.
|
* share this problem although it was not investigated.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CONSOLE_USE_INTERRUPTS
|
|
||||||
|
|
||||||
/*
|
|
||||||
#define CONSOLE_USE_POLLED
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef CONSOLE_USE_POLLED
|
#ifdef CONSOLE_USE_POLLED
|
||||||
#define OUTBYTE console_outbyte_polled
|
#define OUTBYTE console_outbyte_polled
|
||||||
#define INBYTE console_inbyte_polled
|
#define INBYTE console_inbyte_polled
|
||||||
@@ -341,7 +335,7 @@ void console_exit()
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef RDB_BREAK_IN
|
#ifdef RDB_BREAK_IN
|
||||||
extern int trap_table[];
|
extern unsigned32 trap_table[];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void console_initialize_interrupts()
|
void console_initialize_interrupts()
|
||||||
|
|||||||
Reference in New Issue
Block a user