2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>

* serial/uart.c, serial/uart.h: Remove CVS-Author tag.
This commit is contained in:
Ralf Corsepius
2011-05-25 11:19:22 +00:00
parent 9492fb7ff5
commit 2b07af59f2
3 changed files with 10 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* serial/uart.c, serial/uart.h: Remove CVS-Author tag.
2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>
PR 1781/bsps

View File

@@ -6,14 +6,12 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* Modified:
* $ $Author$ Added interrupt support and DMA support
*
*/
/*
* $Id$
*/
#include <rtems.h>
#include <rtems/libio.h>
#include <rtems/termiostypes.h>

View File

@@ -7,14 +7,12 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* Modified:
* $Author$ Added interrupt support and DMA support
*
*/
/*
* $Id$
*/
#ifndef _UART_H_
#define _UART_H_