summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-03-01 15:10:34 -0600
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-10 08:43:50 +0100
commit3a17ee8e45c7a94d08cfc1ea969d95c3f594b13a (patch)
tree1d9423e4ec29a2f7985c38dba8811116dd1a7dd5
parentbsps/include/libchip/spi-fram-fm25l256.h: Manual file header clean up (diff)
downloadrtems-3a17ee8e45c7a94d08cfc1ea969d95c3f594b13a.tar.bz2
bsps/include/libchip/spi-memdrv.h: Manual file header clean up
Updates #4625.
-rw-r--r--bsps/include/libchip/spi-memdrv.h27
1 files changed, 10 insertions, 17 deletions
diff --git a/bsps/include/libchip/spi-memdrv.h b/bsps/include/libchip/spi-memdrv.h
index ed4aa55b6f..04feccc3a3 100644
--- a/bsps/include/libchip/spi-memdrv.h
+++ b/bsps/include/libchip/spi-memdrv.h
@@ -1,21 +1,14 @@
-/*===============================================================*\
-| Project: SPI driver for spi memory devices |
-+-----------------------------------------------------------------+
-| Copyright (c) 2008 |
-| Embedded Brains GmbH |
-| Obere Lagerstr. 30 |
-| D-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.
+ */
#ifndef _LIBCHIP_SPI_MEMDRV_H
#define _LIBCHIP_SPI_MEMDRV_H