hexline
struct hexline *hx, int *pos)
memset(hx, 0, sizeof(struct hexline));
struct hexline *hx;
struct hexline hx;
int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx,
memset(hx,0,sizeof(struct hexline));
struct hexline *hx;
hx = (struct hexline *)buf;
extern int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, int *pos);