summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/p4000/console/console.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:01:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:01:48 +0000
commitf05b2ac0bc4626e854afc6e6a5d1b88071adbd7c (patch)
tree4150010cec9b6b51100f183b435955cd847679b4 /c/src/lib/libbsp/mips/p4000/console/console.c
parentRemove stray white spaces. (diff)
downloadrtems-f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c.tar.bz2
Remove duplicate white lines.
Diffstat (limited to 'c/src/lib/libbsp/mips/p4000/console/console.c')
-rw-r--r--c/src/lib/libbsp/mips/p4000/console/console.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/mips/p4000/console/console.c b/c/src/lib/libbsp/mips/p4000/console/console.c
index 1183b06237..4071559166 100644
--- a/c/src/lib/libbsp/mips/p4000/console/console.c
+++ b/c/src/lib/libbsp/mips/p4000/console/console.c
@@ -28,7 +28,6 @@
* $Id$
*/
-
/*
* Rather than deleting this, it is commented out to (hopefully) help
* the submitter send updates.
@@ -36,8 +35,6 @@
* static char _sccsid[] = "@(#)console.c 08/20/96 1.6\n";
*/
-
-
#include <bsp.h>
#include <rtems/libio.h>
#include <ctype.h>
@@ -46,7 +43,6 @@ char idtsim_getchar( void );
void idtsim_putchar( char c );
void mips_leddisplay( char a, char b, char c, char d );
-
/* console_initialize
*
* This routine initializes the console IO driver.
@@ -78,7 +74,6 @@ rtems_device_driver console_initialize(
return RTEMS_SUCCESSFUL;
}
-
/* is_character_ready
*
* This routine returns TRUE if a character is available.
@@ -159,7 +154,6 @@ void outbyte(
}
-
#if 0
static int console_fd = -1;
#endif