X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_dataflash.h;h=0ea2fc9a70d3e22dcec2fd0ffc1ed6cd0ab18058;hb=3c9f76acbd25f6f9d656736cf7b376ef8b4869c1;hp=aa726f1b7ded265e7035bfe38ad1975caf57aaf0;hpb=5d340609f2820fb1c909019f254fceefafef3fd4;p=bertos.git diff --git a/bertos/hw/hw_dataflash.h b/bertos/hw/hw_dataflash.h index aa726f1b..0ea2fc9a 100644 --- a/bertos/hw/hw_dataflash.h +++ b/bertos/hw/hw_dataflash.h @@ -1,13 +1,37 @@ /** * \file * * * \brief Dataflash HW control routines (interface). * - * \version $Id$ * \author Francesco Sacchi */ @@ -18,5 +42,6 @@ void dataflash_hw_init(void); void dataflash_hw_setCS(bool enable); +void dataflash_hw_setReset(bool enable); #endif /* HW_DATAFLASH_H */