summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/console
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/console')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/console/console.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c b/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c
index efb7c6853b..e5507eeb0c 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c
@@ -93,7 +93,6 @@ static void serial_putchar(const char c);
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
-
/*
* _EPPCBug_pollRead
*
@@ -200,7 +199,6 @@ static int _EPPCBug_pollRead(
return retval;
}
-
/*
* _EPPCBug_pollWrite
*
@@ -325,7 +323,6 @@ error:
return -1;
}
-
/*
* do_poll_read
*
@@ -392,7 +389,6 @@ static rtems_status_code do_poll_read(
#endif
}
-
/*
* do_poll_write
*
@@ -460,7 +456,6 @@ static rtems_status_code do_poll_write(
#endif
}
-
/*
* Print functions prototyped in bspIo.h
*/
@@ -814,7 +809,6 @@ rtems_device_driver console_initialize(
#endif /* NVRAM_CONFIGURE != 1 */
-
status = rtems_io_register_name ("/dev/tty0", major, SMC1_MINOR);
if (status != RTEMS_SUCCESSFUL)
rtems_fatal_error_occurred (status);
@@ -846,7 +840,6 @@ rtems_device_driver console_initialize(
return RTEMS_SUCCESSFUL;
}
-
/*
* Open the device
*/
@@ -882,7 +875,6 @@ rtems_device_driver console_open(
};
rtems_status_code sc;
-
#if (NVRAM_CONFIGURE == 1) || \
((NVRAM_CONFIGURE != 1) && (UARTS_USE_TERMIOS == 1) && \
(UARTS_IO_MODE == 1))
@@ -947,7 +939,6 @@ rtems_device_driver console_open(
#endif /* NVRAM_CONFIGURE != 1 */
}
-
/*
* Close the device
*/
@@ -981,7 +972,6 @@ rtems_device_driver console_close(
#endif /* NVRAM_CONFIGURE != 1 */
}
-
/*
* Read from the device
*/
@@ -1015,7 +1005,6 @@ rtems_device_driver console_read(
#endif
}
-
/*
* Write to the device
*/
@@ -1050,7 +1039,6 @@ rtems_device_driver console_write(
#endif
}
-
/*
* Handle ioctl request.
*/