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> 2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>
PR 1781/bsps PR 1781/bsps

View File

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

View File

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