summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/shared/comm/tty_drv.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-05-25 06:23:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-05-25 06:23:49 +0000
commit9492fb7ff5b9f56855ce2423e86e6870886c0864 (patch)
treeb191eb9cd3628181039dfb833f110d9db0bd60a5 /c/src/lib/libbsp/i386/shared/comm/tty_drv.c
parent2011-05-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9492fb7ff5b9f56855ce2423e86e6870886c0864.tar.bz2
2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/comm/tty_drv.c, shared/comm/tty_drv.h: Remove CVS-Headers. Add CVS-Ids.
Diffstat (limited to 'c/src/lib/libbsp/i386/shared/comm/tty_drv.c')
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/tty_drv.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/shared/comm/tty_drv.c b/c/src/lib/libbsp/i386/shared/comm/tty_drv.c
index 02d962188b..79bdd250c9 100644
--- a/c/src/lib/libbsp/i386/shared/comm/tty_drv.c
+++ b/c/src/lib/libbsp/i386/shared/comm/tty_drv.c
@@ -1,7 +1,5 @@
/***************************************************************************
*
- * $Header$
- *
* MODULE DESCRIPTION:
* This module implements the RTEMS drivers for the PC serial ports
* as /dev/ttyS1 for COM1 and /dev/ttyS2 as COM2. If one of the ports
@@ -17,6 +15,10 @@
*
****************************************************************************/
+/*
+ * $Id$
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>