summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen83xx/i2c/i2c_init.c
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-02 13:51:55 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-10 09:15:19 +0100
commita11e1219c41c3445f4410e26473516f2915de950 (patch)
treea2c9ab06e1dc0cd03485264b48567eb34ca84797 /bsps/powerpc/gen83xx/i2c/i2c_init.c
parentbsps/powerpc/tqm8xx: Manual file header clean up (diff)
downloadrtems-a11e1219c41c3445f4410e26473516f2915de950.tar.bz2
bsps/powerpc/gen83xx: Manual file header clean up
Updates #4625.
Diffstat (limited to 'bsps/powerpc/gen83xx/i2c/i2c_init.c')
-rw-r--r--bsps/powerpc/gen83xx/i2c/i2c_init.c30
1 files changed, 12 insertions, 18 deletions
diff --git a/bsps/powerpc/gen83xx/i2c/i2c_init.c b/bsps/powerpc/gen83xx/i2c/i2c_init.c
index 40a88fda54..60fddbfb5b 100644
--- a/bsps/powerpc/gen83xx/i2c/i2c_init.c
+++ b/bsps/powerpc/gen83xx/i2c/i2c_init.c
@@ -1,22 +1,16 @@
-/*===============================================================*\
-| Project: RTEMS support for MPC83xx |
-+-----------------------------------------------------------------+
-| Copyright (c) 2007 |
-| embedded brains GmbH |
-| Obere Lagerstr. 30 |
-| 82178 Puchheim |
-| Germany |
-| rtems@embedded-brains.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. |
-| |
-+-----------------------------------------------------------------+
-| this file contains the low level MPC83xx I2C driver parameters |
-\*===============================================================*/
+/*
+ * RTEMS support for MPC83xx
+ *
+ * This file contains the low level MPC83xx I2C driver parameters.
+ */
+/*
+ * Copyright (c) 2007 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 <mpc83xx/mpc83xx_i2cdrv.h>
#include <libchip/i2c-2b-eeprom.h>