1 2 /** 3 * hci_585.h converted from hci_585.hex 4 */ 5 6 #ifndef hci_585_H 7 #define hci_585_H 8 9 #include <stdint.h> 10 11 extern const uint8_t da145xx_fw_data[]; 12 extern const uint32_t da145xx_fw_size; 13 extern const char * da145xx_fw_name; 14 15 #endif 16