X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fek-lpc-p2378%2Fhw%2Fhw_dataflash.h;fp=boards%2Fek-lpc-p2378%2Fhw%2Fhw_dataflash.h;h=0000000000000000000000000000000000000000;hb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;hp=8c2f0b89e61f1e6153b7e6a5027b484e0a96b784;hpb=fd8bd1af65d3eaea3040d74df3d76b51577a67a6;p=bertos.git diff --git a/boards/ek-lpc-p2378/hw/hw_dataflash.h b/boards/ek-lpc-p2378/hw/hw_dataflash.h deleted file mode 100644 index 8c2f0b89..00000000 --- a/boards/ek-lpc-p2378/hw/hw_dataflash.h +++ /dev/null @@ -1,48 +0,0 @@ -/** - * \file - * - * - * \brief Dataflash HW control routines (interface). - * - * \version $Id: hw_dataflash.h 1312 2008-05-20 16:54:52Z asterix $ - * \author Francesco Sacchi - */ - -#ifndef HW_DATAFLASH_H -#define HW_DATAFLASH_H - -#include - -void dataflash_hw_init(void); -void dataflash_hw_setCS(bool enable); -void dataflash_hw_setReset(bool enable); - -#endif /* HW_DATAFLASH_H */