Changeset 9492fb7f in rtems for c/src


Ignore:
Timestamp:
05/25/11 06:23:49 (13 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
2b07af59
Parents:
1ba4148
Message:

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

  • shared/comm/tty_drv.c, shared/comm/tty_drv.h: Remove CVS-Headers. Add CVS-Ids.
Location:
c/src/lib/libbsp/i386
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/ChangeLog

    r1ba4148 r9492fb7f  
     12011-05-25      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * shared/comm/tty_drv.c, shared/comm/tty_drv.h:
     4        Remove CVS-Headers. Add CVS-Ids.
     5
    162011-04-11      Joel Sherrill <joel.sherrill@oarcorp.com>
    27
  • c/src/lib/libbsp/i386/shared/comm/tty_drv.c

    r1ba4148 r9492fb7f  
    11/***************************************************************************
    2  *
    3  * $Header$
    42 *
    53 * MODULE DESCRIPTION:
     
    1816 ****************************************************************************/
    1917
     18/*
     19 * $Id$
     20 */
     21
    2022#include <stdio.h>
    2123#include <stdlib.h>
  • c/src/lib/libbsp/i386/shared/comm/tty_drv.h

    r1ba4148 r9492fb7f  
    22#define __tty_drv__
    33/***************************************************************************
    4  *
    5  * $Header$
    64 *
    75 * Copyright (c) 1999 ConnectTel, Inc. All Rights Reserved.
     
    1412 *
    1513 ****************************************************************************/
     14
     15/*
     16 * $Id$
     17 */
    1618
    1719/* functions */
Note: See TracChangeset for help on using the changeset viewer.