summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-09 04:48:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-09 04:48:19 +0000
commit424b1bddeb3b5a2f69ef8fc9e05320fe6c739e54 (patch)
tree70e0f373ba7cd4ae051d134915a746d1e1f3006b /cpukit
parentRegenerate. (diff)
downloadrtems-424b1bddeb3b5a2f69ef8fc9e05320fe6c739e54.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 7ba750ce9b..53561686a8 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-09-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1895/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
*/