summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/serdbg/termios_printk.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-03-01 14:39:46 -0600
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-10 08:43:49 +0100
commitd83692252526d0ae48422ef7d7ce17229fda7056 (patch)
tree2eca670eefdfa7af555639b52a1858a92811613b /cpukit/libmisc/serdbg/termios_printk.c
parenttelnetd.c: Manual cleanup of embedded brains File Headers (diff)
downloadrtems-d83692252526d0ae48422ef7d7ce17229fda7056.tar.bz2
libmisc/serdbg: Manual header clean up
Updates #4625.
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/serdbg/termios_printk.c36
1 files changed, 14 insertions, 22 deletions
diff --git a/cpukit/libmisc/serdbg/termios_printk.c b/cpukit/libmisc/serdbg/termios_printk.c
index 3da216f6e9..50124717e8 100644
--- a/cpukit/libmisc/serdbg/termios_printk.c
+++ b/cpukit/libmisc/serdbg/termios_printk.c
@@ -1,25 +1,17 @@
-/*===============================================================*\
-| File: termios_printk.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 printk support |
-| this module performs low-level printk output using |
-| a polled termios driver |
-| |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 13.05.02 creation doe |
-|*****************************************************************|
-\*===============================================================*/
+/*
+ * TERMIOS printk support
+ * this module performs low-level printk output using
+ * a polled termios driver
+ */
+
+/*
+ * 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"