rtlbt_firmware
struct rtlbt_firmware fw, cfg;
rtlbt_fw_read(struct rtlbt_firmware *fw, const char *fwname)
rtlbt_fw_free(struct rtlbt_firmware *fw)
rtlbt_get_fw_type(struct rtlbt_firmware *fw, uint16_t *fw_lmp_subversion)
rtlbt_parse_fwfile_v1(struct rtlbt_firmware *fw, uint8_t rom_version)
rtlbt_parse_fwfile_v2(struct rtlbt_firmware *fw, uint8_t rom_version,
rtlbt_append_fwfile(struct rtlbt_firmware *fw, struct rtlbt_firmware *opt)
int rtlbt_fw_read(struct rtlbt_firmware *fw, const char *fwname);
void rtlbt_fw_free(struct rtlbt_firmware *fw);
enum rtlbt_fw_type rtlbt_get_fw_type(struct rtlbt_firmware *fw,
int rtlbt_parse_fwfile_v1(struct rtlbt_firmware *fw, uint8_t rom_version);
int rtlbt_parse_fwfile_v2(struct rtlbt_firmware *fw, uint8_t rom_version,
int rtlbt_append_fwfile(struct rtlbt_firmware *fw, struct rtlbt_firmware *opt);
const struct rtlbt_firmware *fw)
const struct rtlbt_firmware *fw);