mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 13:37:18 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user