From d7955b245e1cc4e890a08a422807e6131fafe123 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Thu, 3 Mar 2022 13:27:32 +0100 Subject: bsps and cpukit: Manual file header clean up Updates #4625. --- cpukit/include/rtems/fsmount.h | 13 +++++------- cpukit/include/rtems/serdbg.h | 34 +++++++++++++++---------------- cpukit/include/rtems/serdbgcnf.h | 27 ++++++++---------------- cpukit/include/rtems/termios_printk.h | 32 +++++++++++++---------------- cpukit/include/rtems/termios_printk_cnf.h | 27 ++++++++---------------- 5 files changed, 53 insertions(+), 80 deletions(-) (limited to 'cpukit/include/rtems') diff --git a/cpukit/include/rtems/fsmount.h b/cpukit/include/rtems/fsmount.h index 7c6d4558c3..b9897f6340 100644 --- a/cpukit/include/rtems/fsmount.h +++ b/cpukit/include/rtems/fsmount.h @@ -12,14 +12,11 @@ */ /* - * Copyright (c) 2003 IMD - * - * Ingenieurbuero fuer Microcomputertechnik Th. Doerfler - * - * all rights reserved - * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at + * Copyright (c) 2003 Ingenieurbuero fuer Microcomputertechnik Th. Doerfler + * 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. */ diff --git a/cpukit/include/rtems/serdbg.h b/cpukit/include/rtems/serdbg.h index fe106bce44..411e5251fc 100644 --- a/cpukit/include/rtems/serdbg.h +++ b/cpukit/include/rtems/serdbg.h @@ -1,21 +1,19 @@ -/*===============================================================*\ -| Project: RTEMS remote gdb over serial line | -+-----------------------------------------------------------------+ -| File: serdbg.h | -+-----------------------------------------------------------------+ -| Copyright (c) 2002 IMD | -| Ingenieurbuero fuer Microcomputertechnik Th. Doerfler | -| | -| all rights reserved | -+-----------------------------------------------------------------+ -| this file declares intialization functions to add | -| a gdb remote debug stub to an RTEMS system | -| | -+-----------------------------------------------------------------+ -| date history ID | -| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | -| 04.04.02 creation doe | -\*===============================================================*/ +/* + * RTEMS remote gdb over serial line + * + * This file declares intialization functions to add + * a gdb remote debug stub to an RTEMS system. + */ + +/* + * Copyright (c) 2002 Ingenieurbuero fuer Microcomputertechnik Th. Doerfler + * 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. + */ + #ifndef _SERDBG_H #define _SERDBG_H diff --git a/cpukit/include/rtems/serdbgcnf.h b/cpukit/include/rtems/serdbgcnf.h index 9d4087ae69..1ec9905d7a 100644 --- a/cpukit/include/rtems/serdbgcnf.h +++ b/cpukit/include/rtems/serdbgcnf.h @@ -4,24 +4,15 @@ * @brief Adds a GDB remote Debug Stub to an RTEMS System */ -/*===============================================================*\ -| Project: RTEMS configure remote gdb over serial line | -+-----------------------------------------------------------------+ -| File: serdbgcnf.h | -+-----------------------------------------------------------------+ -| Copyright (c) 2002 IMD | -| Ingenieurbuero fuer Microcomputertechnik Th. Doerfler | -| | -| all rights reserved | -+-----------------------------------------------------------------+ -| this file declares intialization functions to add | -| a gdb remote debug stub to an RTEMS system | -| | -+-----------------------------------------------------------------+ -| date history ID | -| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | -| 13.05.02 creation doe | -\*===============================================================*/ +/* + * Copyright (c) 2002 Ingenieurbuero fuer Microcomputertechnik Th. Doerfler + * 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. + */ + #ifndef _SERDBGCNF_H #define _SERDBGCNF_H diff --git a/cpukit/include/rtems/termios_printk.h b/cpukit/include/rtems/termios_printk.h index dcb183533a..04772e00f5 100644 --- a/cpukit/include/rtems/termios_printk.h +++ b/cpukit/include/rtems/termios_printk.h @@ -1,21 +1,17 @@ -/*===============================================================*\ -| Project: RTEMS remote gdb over serial line | -+-----------------------------------------------------------------+ -| File: termios_printk.h | -+-----------------------------------------------------------------+ -| Copyright (c) 2002 IMD | -| Ingenieurbuero fuer Microcomputertechnik Th. Doerfler | -| | -| all rights reserved | -+-----------------------------------------------------------------+ -| this file declares intialization functions to add | -| printk polled output via termios polled drivers | -| | -+-----------------------------------------------------------------+ -| date history ID | -| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | -| 13.04.02 creation doe | -\*===============================================================*/ +/* + * This file declares intialization functions to add + * printk polled output via termios polled drivers. + */ + +/* + * Copyright (c) 2002 Ingenieurbuero fuer Microcomputertechnik Th. Doerfler + * 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. + */ + #ifndef _TERMIOS_PRINTK_H #define _TERMIOS_PRINTK_H diff --git a/cpukit/include/rtems/termios_printk_cnf.h b/cpukit/include/rtems/termios_printk_cnf.h index 03c3090c38..29943f57b6 100644 --- a/cpukit/include/rtems/termios_printk_cnf.h +++ b/cpukit/include/rtems/termios_printk_cnf.h @@ -4,24 +4,15 @@ * @brief Adds printk Support via Polled termios */ -/*===============================================================*\ -| Project: RTEMS configure remote gdb over serial line | -+-----------------------------------------------------------------+ -| File: termios_printk_cnf.h | -+-----------------------------------------------------------------+ -| Copyright (c) 2002 IMD | -| Ingenieurbuero fuer Microcomputertechnik Th. Doerfler | -| | -| all rights reserved | -+-----------------------------------------------------------------+ -| this file declares intialization functions to add | -| printk support via polled termios | -| | -+-----------------------------------------------------------------+ -| date history ID | -| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | -| 13.05.02 creation doe | -\*===============================================================*/ +/* + * Copyright (c) 2002 Ingenieurbuero fuer Microcomputertechnik Th. Doerfler + * 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. + */ + #ifndef _TERMIOS_PRINTK_CNF_H #define _TERMIOS_PRINTK_CNF_H -- cgit v1.2.3