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.
This commit is contained in:
Ralf Corsepius
2011-05-25 06:23:49 +00:00
parent 1ba4148c96
commit 9492fb7ff5
3 changed files with 13 additions and 4 deletions
+5
View File
@@ -1,3 +1,8 @@
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.
2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to
+4 -2
View File
@@ -1,6 +1,4 @@
/***************************************************************************
*
* $Header$
*
* MODULE DESCRIPTION:
* This module implements the RTEMS drivers for the PC serial ports
@@ -17,6 +15,10 @@
*
****************************************************************************/
/*
* $Id$
*/
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
+4 -2
View File
@@ -1,8 +1,6 @@
#ifndef __tty_drv__
#define __tty_drv__
/***************************************************************************
*
* $Header$
*
* Copyright (c) 1999 ConnectTel, Inc. All Rights Reserved.
*
@@ -14,6 +12,10 @@
*
****************************************************************************/
/*
* $Id$
*/
/* functions */
#ifdef __cplusplus
extern "C" {