hw_dataflash.h
Go to the documentation of this file.00001 00014 #ifndef HW_DATAFLASH_H 00015 #define HW_DATAFLASH_H 00016 00017 #include <cfg/compiler.h> 00018 00019 void dataflash_hw_init(void); 00020 void dataflash_hw_setCS(bool enable); 00021 void dataflash_hw_setReset(bool enable); 00022 00023 #endif /* HW_DATAFLASH_H */
