BeRTOS
|
00001 00038 #ifndef HW_DATAFLASH_H 00039 #define HW_DATAFLASH_H 00040 00041 #include <cfg/compiler.h> 00042 00043 void dataflash_hw_init(void); 00044 void dataflash_hw_setCS(bool enable); 00045 void dataflash_hw_setReset(bool enable); 00046 00047 #endif /* HW_DATAFLASH_H */