mirror of
https://github.com/OpenAMP/open-amp.git
synced 2026-09-22 15:44:09 +08:00
The rpmsg_init_ept does not seem to be usable by application but is used internally. This patch mark this API deprecated and in at least two full release, to remove this API as the standard API to use is rpmsg_create_ept. In addition, move the rpmsg_init_ept to rpmsg_internal and rename it. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>