summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/serdbg/serdbgio.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/serdbg/serdbgio.c')
-rw-r--r--cpukit/libmisc/serdbg/serdbgio.c38
1 files changed, 15 insertions, 23 deletions
diff --git a/cpukit/libmisc/serdbg/serdbgio.c b/cpukit/libmisc/serdbg/serdbgio.c
index 5de2005472..068c137885 100644
--- a/cpukit/libmisc/serdbg/serdbgio.c
+++ b/cpukit/libmisc/serdbg/serdbgio.c
@@ -1,26 +1,18 @@
-/*===============================================================*\
-| File: serdbgio.c |
-+-----------------------------------------------------------------+
-| Copyright (c) 2002 IMD |
-| Ingenieurbuero fuer Microcomputertechnik Th. Doerfler |
-| Hebststr. 8, 82178 Puchheim, Germany |
-| <Thomas.Doerfler@imd-systems.de> |
-| The license and distribution terms for this file may be |
-| found in the file LICENSE in this distribution or at |
-| http://www.rtems.org/license/LICENSE. |
-| all rights reserved |
-+-----------------------------------------------------------------+
-| TERMIOS serial gdb interface support |
-| the functions in this file allow the standard gdb stubs like |
-| "m68k-stub.c" to access any serial interfaces that work with |
-| RTEMS termios in polled mode |
-| |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 10.05.02 creation doe |
-|*****************************************************************|
-\*===============================================================*/
+/*
+ * TERMIOS serial gdb interface support
+ * the functions in this file allow the standard gdb stubs like
+ * "m68k-stub.c" to access any serial interfaces that work with
+ * RTEMS termios in polled mode
+ */
+
+/*
+ * Copyright (c) 2002 Ingenieurbuero fuer Microcomputertechnik
+ * All rights reserved.
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
#ifdef HAVE_CONFIG_H
#include "config.h"