X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fhw%2Fhw_dataflash.h;fp=boards%2Ftriface%2Fhw%2Fhw_dataflash.h;h=5254446b931f50156830c9662bd7e2b9d67ff1ee;hb=bf7b83a7ba537d9cc4ead0fa5e3c68648bff7597;hp=0000000000000000000000000000000000000000;hpb=9a93cf6b1cd9a22b0b2fd1776ca0d1b480276002;p=bertos.git diff --git a/boards/triface/hw/hw_dataflash.h b/boards/triface/hw/hw_dataflash.h new file mode 100644 index 00000000..5254446b --- /dev/null +++ b/boards/triface/hw/hw_dataflash.h @@ -0,0 +1,48 @@ +/** + * \file + * + * + * \brief Dataflash HW control routines (interface). + * + * \version $Id$ + * \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 */