Changeset 764e0a75 in rtems
- Timestamp:
- 10/09/11 03:59:21 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 1f25c77
- Parents:
- 47a61aa1
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r47a61aa1 r764e0a75 1 2011-10-09 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * libmisc/serdbg/serdbg.h (putDebugChar, getDebugChar): 4 Remove duplicate decls. 5 1 6 2011-10-07 Daniel Hellstrom <daniel@gaisler.com> 2 7 -
cpukit/libmisc/serdbg/serdbg.h
r47a61aa1 r764e0a75 140 140 \*=========================================================================*/ 141 141 142 /*=========================================================================*\143 | Function: |144 \*-------------------------------------------------------------------------*/145 void putDebugChar146 /*-------------------------------------------------------------------------*\147 | Purpose: |148 | send one character to serial port |149 +---------------------------------------------------------------------------+150 | Input Parameters: |151 \*-------------------------------------------------------------------------*/152 (153 char c /* character to print */154 );155 /*-------------------------------------------------------------------------*\156 | Return Value: |157 | <none> |158 \*=========================================================================*/159 160 /*=========================================================================*\161 | Function: |162 \*-------------------------------------------------------------------------*/163 int getDebugChar164 /*-------------------------------------------------------------------------*\165 | Purpose: |166 | wait for one character from serial port |167 +---------------------------------------------------------------------------+168 | Input Parameters: |169 \*-------------------------------------------------------------------------*/170 (171 void /* none */172 );173 /*-------------------------------------------------------------------------*\174 | Return Value: |175 | received character |176 \*=========================================================================*/177 178 142 /* 179 143 * Assumed to be provided by the BSP
Note: See TracChangeset
for help on using the changeset viewer.