summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-28 21:18:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-28 21:18:17 +0000
commit009c235613d021b64bfb44005ebb263bd9c48e1b (patch)
tree88e85d482490606a14554736f31ca6273be2aeb0 /c/src/libchip
parentAdded rtc directory. (diff)
downloadrtems-009c235613d021b64bfb44005ebb263bd9c48e1b.tar.bz2
Corrected spacing.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/serial/mc68681.c1
-rw-r--r--c/src/libchip/serial/serial.h19
2 files changed, 6 insertions, 14 deletions
diff --git a/c/src/libchip/serial/mc68681.c b/c/src/libchip/serial/mc68681.c
index 0da69d2653..1d9027d9aa 100644
--- a/c/src/libchip/serial/mc68681.c
+++ b/c/src/libchip/serial/mc68681.c
@@ -20,7 +20,6 @@
#include <rtems.h>
#include <rtems/libio.h>
#include <stdlib.h>
-#include <ringbuf.h>
#include <libchip/serial.h>
#include <libchip/mc68681.h>
diff --git a/c/src/libchip/serial/serial.h b/c/src/libchip/serial/serial.h
index dd689d0b75..aa0e7f58aa 100644
--- a/c/src/libchip/serial/serial.h
+++ b/c/src/libchip/serial/serial.h
@@ -3,18 +3,13 @@
*
* This driver uses the termios pseudo driver.
*
- * COPYRIGHT (c) 1998 by Radstone Technology
+ * COPYRIGHT (c) 1989-1998.
+ * On-Line Applications Research Corporation (OAR).
+ * Copyright assigned to U.S. Government, 1994.
*
- *
- * THIS FILE IS PROVIDED TO YOU, THE USER, "AS IS", WITHOUT WARRANTY OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK
- * AS TO THE QUALITY AND PERFORMANCE OF ALL CODE IN THIS FILE IS WITH YOU.
- *
- * You are hereby granted permission to use, copy, modify, and distribute
- * this file, provided that this notice, plus the above copyright notice
- * and disclaimer, appears in all copies. Radstone Technology will provide
- * no support for this code.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
*
* $Id$
*/
@@ -23,7 +18,6 @@
#define __LIBCHIP_SERIAL_h
#include <termios.h>
-#include <ringbuf.h>
/*
* Types for get and set register routines
@@ -57,7 +51,6 @@ typedef enum {
SERIAL_NS16550, /* National Semiconductor NS16550 */
SERIAL_Z85C30, /* Zilog Z85C30 */
SERIAL_CUSTOM /* BSP specific driver */
-
} console_devs;
/*