mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-24 13:27:13 +00:00
2011-10-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/serdbg/serdbg.h (putDebugChar, getDebugChar): Remove duplicate decls.
This commit is contained in:
@@ -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>
|
2011-09-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
PR 1895/cpukit
|
PR 1895/cpukit
|
||||||
|
|||||||
@@ -139,42 +139,6 @@ int serdbg_open
|
|||||||
| 0 on success, -1 and errno otherwise |
|
| 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
|
* Assumed to be provided by the BSP
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user