summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/tqm8xx/irq/irq.c
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-02 12:58:53 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-10 09:15:19 +0100
commiteeea4feecab4a7a5c576628f5a56536d63e58731 (patch)
tree81ff7a6ed83c7fdccf810e686756b96f6f40b0b9 /bsps/powerpc/tqm8xx/irq/irq.c
parentbsps/shared: Manual file header clean up (diff)
downloadrtems-eeea4feecab4a7a5c576628f5a56536d63e58731.tar.bz2
bsps/powerpc/tqm8xx: Manual file header clean up
Updates #4625.
Diffstat (limited to 'bsps/powerpc/tqm8xx/irq/irq.c')
-rw-r--r--bsps/powerpc/tqm8xx/irq/irq.c39
1 files changed, 16 insertions, 23 deletions
diff --git a/bsps/powerpc/tqm8xx/irq/irq.c b/bsps/powerpc/tqm8xx/irq/irq.c
index 065e355883..18d2060732 100644
--- a/bsps/powerpc/tqm8xx/irq/irq.c
+++ b/bsps/powerpc/tqm8xx/irq/irq.c
@@ -1,26 +1,19 @@
-/*===============================================================*\
-| Project: RTEMS TQM8xx BSP |
-+-----------------------------------------------------------------+
-| This file has been adapted to MPC8xx by |
-| Thomas Doerfler <Thomas.Doerfler@embedded-brains.de> |
-| Copyright (c) 2008 |
-| embedded brains GmbH |
-| Obere Lagerstr. 30 |
-| 82178 Puchheim |
-| Germany |
-| rtems@embedded-brains.de |
-| |
-| See the other copyright notice below for the original parts. |
-+-----------------------------------------------------------------+
-| 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. |
-| |
-+-----------------------------------------------------------------+
-| this file contains the console driver |
-\*===============================================================*/
-/* derived from: generic MPC83xx BSP */
+/*
+ * RTEMS TQM8xx BSP
+ *
+ * This file contains the console driver.
+ *
+ * Derived from: generic MPC83xx BSP
+ */
+
+/*
+ * Copyright (c) 2008 Thomas Doerfler, embedded brains GmbH.
+ * 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.
+ */
#include <rtems.h>
#include <mpc8xx.h>