From 764e0a752d00a3d12ac48315d7921150e15533ce Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 9 Oct 2011 03:59:21 +0000 Subject: =?UTF-8?q?2011-10-09=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libmisc/serdbg/serdbg.h (putDebugChar, getDebugChar): Remove duplicate decls. --- cpukit/libmisc/serdbg/serdbg.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'cpukit/libmisc/serdbg/serdbg.h') 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: | -| | -\*=========================================================================*/ - -/*=========================================================================*\ -| 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 */ -- cgit v1.2.3