yds_firmware
struct yds_firmware yfproto, *yf;
yf = (struct yds_firmware *)malloc(len);
struct yds_firmware *yf;
yf = (struct yds_firmware *)buf;