bsps/include/libchip/spi-fram-fm25l256.h: Manual file header clean up

Updates #4625.
This commit is contained in:
Joel Sherrill
2022-03-01 15:09:30 -06:00
committed by Christian Mauderer
parent 100873796b
commit e77f7260d7

View File

@@ -1,25 +1,17 @@
/*===============================================================*\
| Project: SPI driver for FM25L256 like spi fram device |
+-----------------------------------------------------------------+
| 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 FM25L256 like spi fram device
*
* FIXME: currently, this driver only supports read/write accesses * FIXME: currently, this driver only supports read/write accesses
* erase accesses are to be completed * erase accesses are to be completed
*/ */
/*
* 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_FRAM_FM25L256_H #ifndef _LIBCHIP_SPI_FRAM_FM25L256_H
#define _LIBCHIP_SPI_FRAM_FM25L256_H #define _LIBCHIP_SPI_FRAM_FM25L256_H