summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/i2c/spi-memdrv.c
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-02 11:35:40 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-10 09:15:19 +0100
commit4a85ce8d6ad7993b2731a3e569a3541a3368f2e6 (patch)
treea86511a594627715a16243cce2503c3b0262035a /bsps/shared/dev/i2c/spi-memdrv.c
parentbsps/m68k: Manual file header clean up (diff)
downloadrtems-4a85ce8d6ad7993b2731a3e569a3541a3368f2e6.tar.bz2
bsps/shared: Manual file header clean up
Updates #4625.
Diffstat (limited to 'bsps/shared/dev/i2c/spi-memdrv.c')
-rw-r--r--bsps/shared/dev/i2c/spi-memdrv.c29
1 files changed, 12 insertions, 17 deletions
diff --git a/bsps/shared/dev/i2c/spi-memdrv.c b/bsps/shared/dev/i2c/spi-memdrv.c
index 2cea1ba7c2..7656966362 100644
--- a/bsps/shared/dev/i2c/spi-memdrv.c
+++ b/bsps/shared/dev/i2c/spi-memdrv.c
@@ -1,20 +1,15 @@
-/*===============================================================*\
-| Project: SPI driver for spi memory devices |
-+-----------------------------------------------------------------+
-| Copyright (c) 2008 |
-| 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. |
-| |
-+-----------------------------------------------------------------+
-\*===============================================================*/
+/*
+ * SPI driver for spi memory devices.
+ */
+
+/*
+ * Copyright (c) 2008 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.
+ */
+
/*
* FIXME: currently, this driver only supports read/write accesses
* erase accesses are to be completed