apml_reg_xfer_msg
struct apml_reg_xfer_msg __user *arg)
struct apml_reg_xfer_msg msg = { 0 };
if (copy_from_user(&msg, arg, sizeof(struct apml_reg_xfer_msg)))
if (copy_to_user(arg, &msg, sizeof(struct apml_reg_xfer_msg)))
#define SBRMI_IOCTL_REG_XFER_CMD _IOWR(SB_BASE_IOCTL_NR, 3, struct apml_reg_xfer_msg)