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