00001 00028 #ifndef FW_DOWNLOAD_H 00029 #define FW_DOWNLOAD_H 00030 00031 #include <stdint.h> 00032 00033 int fw_download_init(void); 00034 void fw_download_cb(void *ctx, uint8_t** buf, uint32_t* len); 00035 00036 #endif