summaryrefslogtreecommitdiff
path: root/include/linux/imx_rpmsg.h
diff options
context:
space:
mode:
authorRichard Zhu <hongxing.zhu@nxp.com>2017-03-09 17:12:15 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:25:57 +0800
commit85aef431ff7a26313efa3b11228888d227c7177c (patch)
treea13d8ec6abc2add93d0fce1bfe51c6128861d2bc /include/linux/imx_rpmsg.h
parent5b7f13911785d66e1d8eead7d3e0fe4572bc0fa8 (diff)
MLK-14439-3 rpmsg: imx: setup the imx rpmsg driver
- move imx_rpmsg from arch/arm/ to drivers/rpmsg. - use the new MU generic APIs in the rpmsg implementation. - Validated the pingpong test on both imx6sx and imx7d sdb boards. Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Diffstat (limited to 'include/linux/imx_rpmsg.h')
-rw-r--r--include/linux/imx_rpmsg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/imx_rpmsg.h b/include/linux/imx_rpmsg.h
index 2c3458056d47..1299774cf5c1 100644
--- a/include/linux/imx_rpmsg.h
+++ b/include/linux/imx_rpmsg.h
@@ -39,7 +39,6 @@ struct imx_rpmsg_head {
u8 reserved[5];
} __attribute__ ((packed));
-int imx_mu_rpmsg_send(unsigned int vq_id);
int imx_mu_rpmsg_register_nb(const char *name, struct notifier_block *nb);
int imx_mu_rpmsg_unregister_nb(const char *name, struct notifier_block *nb);
#endif /* __LINUX_IMX_RPMSG_H__ */