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