Improve comments on console select patch.

This commit is contained in:
Joel Sherrill
2012-02-01 15:02:03 -06:00
parent 441b90e6c9
commit d1887bafc0
3 changed files with 8 additions and 10 deletions
-1
View File
@@ -1,5 +1,4 @@
##
## $Id$
##
ACLOCAL_AMFLAGS = -I ../../../../aclocal
@@ -1,19 +1,20 @@
/*
* This file contains a stub for the required printk support.
* It is NOT functional!!!
* @file
*
* This driver uses the termios pseudo driver.
* @ingroup Console
*
* @brief printk support routines
*
* This file contains the required printk support.
*/
/*
* COPYRIGHT (c) 1989-2007.
* COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* 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.
*
* $Id$
*/
#include <rtems.h>
+1 -3
View File
@@ -24,15 +24,13 @@
| following copyright applies:
|
| **************************************************************************
| * COPYRIGHT (c) 1989-1999.
| * COPYRIGHT (c) 1989-2012.
| * On-Line Applications Research Corporation (OAR).
| *
| * 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.
| **************************************************************************
|
| $Id$
+--------------------------------------------------------------------------*/
/*