summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-09 03:59:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-09 03:59:21 +0000
commit764e0a752d00a3d12ac48315d7921150e15533ce (patch)
treef32ba3d8dadcd965934c5cc73be945da994ad8e9 /cpukit
parent2011-10-07 Daniel Hellstrom <daniel@gaisler.com> (diff)
downloadrtems-764e0a752d00a3d12ac48315d7921150e15533ce.tar.bz2
2011-10-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/serdbg/serdbg.h (putDebugChar, getDebugChar): Remove duplicate decls.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/libmisc/serdbg/serdbg.h36
2 files changed, 5 insertions, 36 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d061583506..9d9af47997 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libmisc/serdbg/serdbg.h (putDebugChar, getDebugChar):
+ Remove duplicate decls.
+
2011-10-07 Daniel Hellstrom <daniel@gaisler.com>
PR 1931/cpukit
diff --git a/cpukit/libmisc/serdbg/serdbg.h b/cpukit/libmisc/serdbg/serdbg.h
index 375b03b5d5..c6d26d0260 100644
--- a/cpukit/libmisc/serdbg/serdbg.h
+++ b/cpukit/libmisc/serdbg/serdbg.h
@@ -139,42 +139,6 @@ int serdbg_open
| 0 on success, -1 and errno otherwise |
\*=========================================================================*/
-/*=========================================================================*\
-| Function: |
-\*-------------------------------------------------------------------------*/
-void putDebugChar
-/*-------------------------------------------------------------------------*\
-| Purpose: |
-| send one character to serial port |
-+---------------------------------------------------------------------------+
-| Input Parameters: |
-\*-------------------------------------------------------------------------*/
-(
- char c /* character to print */
- );
-/*-------------------------------------------------------------------------*\
-| Return Value: |
-| <none> |
-\*=========================================================================*/
-
-/*=========================================================================*\
-| Function: |
-\*-------------------------------------------------------------------------*/
-int getDebugChar
-/*-------------------------------------------------------------------------*\
-| Purpose: |
-| wait for one character from serial port |
-+---------------------------------------------------------------------------+
-| Input Parameters: |
-\*-------------------------------------------------------------------------*/
-(
- void /* none */
- );
-/*-------------------------------------------------------------------------*\
-| Return Value: |
-| received character |
-\*=========================================================================*/
-
/*
* Assumed to be provided by the BSP
*/