hwt_record_get
hwt_record_send(struct hwt_context *ctx, struct hwt_record_get *record_get)
struct hwt_record_get;
int hwt_record_send(struct hwt_context *ctx, struct hwt_record_get *record_get);
struct hwt_record_get *rget;
rget = (struct hwt_record_get *)addr;
#define HWT_IOC_RECORD_GET _IOW(HWT_MAGIC, 0x03, struct hwt_record_get)