hw_dataflash.h

Go to the documentation of this file.
00001 
00039 #ifndef HW_DATAFLASH_H
00040 #define HW_DATAFLASH_H
00041 
00042 #include <cfg/compiler.h>
00043 
00044 void dataflash_hw_init(void);
00045 void dataflash_hw_setCS(bool enable);
00046 void dataflash_hw_setReset(bool enable);
00047 
00048 #endif /* HW_DATAFLASH_H */