summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-01-29 00:28:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-01-29 00:28:30 +0000
commit2f933718b5122c314a01035d8120c845bc009a44 (patch)
treeb46afe644f7520ed0b979a51365e20620dea24b5 /c
parentRemoved definitions which are now in targopts.h. This eliminates the (diff)
downloadrtems-2f933718b5122c314a01035d8120c845bc009a44.tar.bz2
The CONSOLE_USE_INTERRUPTS and CONSOLE_USE_POLLED macros are now
defined in the targopts.h file.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/console/console.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/console/console.c b/c/src/lib/libbsp/sparc/erc32/console/console.c
index 41cea543a4..517e007a8c 100644
--- a/c/src/lib/libbsp/sparc/erc32/console/console.c
+++ b/c/src/lib/libbsp/sparc/erc32/console/console.c
@@ -60,12 +60,6 @@
* share this problem although it was not investigated.
*/
-#define CONSOLE_USE_INTERRUPTS
-
-/*
-#define CONSOLE_USE_POLLED
-*/
-
#ifdef CONSOLE_USE_POLLED
#define OUTBYTE console_outbyte_polled
#define INBYTE console_inbyte_polled
@@ -341,7 +335,7 @@ void console_exit()
*/
#ifdef RDB_BREAK_IN
- extern int trap_table[];
+ extern unsigned32 trap_table[];
#endif
void console_initialize_interrupts()