forked from Imagelibrary/rtems
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:
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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_
|
||||||
|
|||||||
Reference in New Issue
Block a user