apml_mbox_msg
struct apml_mbox_msg *msg)
static int apml_mailbox_xfer(struct sbrmi_data *data, struct apml_mbox_msg __user *arg)
struct apml_mbox_msg msg = { 0 };
if (copy_from_user(&msg, arg, sizeof(struct apml_mbox_msg)))
if (copy_to_user(arg, &msg, sizeof(struct apml_mbox_msg)))
int rmi_mailbox_xfer(struct sbrmi_data *data, struct apml_mbox_msg *msg);
struct apml_mbox_msg msg = { 0 };
struct apml_mbox_msg msg = { 0 };
struct apml_mbox_msg msg = { 0 };
#define SBRMI_IOCTL_MBOX_CMD _IOWR(SB_BASE_IOCTL_NR, 0, struct apml_mbox_msg)