Changeset 764e0a75 in rtems for cpukit/libmisc/serdbg/serdbg.h


Ignore:
Timestamp:
10/09/11 03:59:21 (12 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
1f25c77
Parents:
47a61aa1
Message:

2011-10-09 Ralf Corsépius <ralf.corsepius@…>

  • libmisc/serdbg/serdbg.h (putDebugChar, getDebugChar): Remove duplicate decls.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libmisc/serdbg/serdbg.h

    r47a61aa1 r764e0a75  
    140140\*=========================================================================*/
    141141
    142 /*=========================================================================*\
    143 | Function:                                                                 |
    144 \*-------------------------------------------------------------------------*/
    145 void putDebugChar
    146 /*-------------------------------------------------------------------------*\
    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 getDebugChar
    164 /*-------------------------------------------------------------------------*\
    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 
    178142/*
    179143 * Assumed to be provided by the BSP
Note: See TracChangeset for help on using the changeset viewer.