/** * \file * * * \brief Dataflash HW control routines (interface). * * \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 */