X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=boards%2Fat91sam7s-ek%2Fhw%2Fhw_dataflash.h;fp=boards%2Fat91sam7s-ek%2Fhw%2Fhw_dataflash.h;h=5254446b931f50156830c9662bd7e2b9d67ff1ee;hb=a22efc8dcc90c5fcb3811cf2667efb8a4e448134;hp=0000000000000000000000000000000000000000;hpb=bc0bd1c2cc28c168f9518cf6a4b11f09d39052fb;p=bertos.git diff --git a/boards/at91sam7s-ek/hw/hw_dataflash.h b/boards/at91sam7s-ek/hw/hw_dataflash.h new file mode 100644 index 00000000..5254446b --- /dev/null +++ b/boards/at91sam7s-ek/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 */