Files
open-amp/lib/include
Arnaud Pouliquen 885a263451 rpmsg: set rpmsg_init_ept API as deprecated
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>
2020-10-12 14:16:12 +02:00
..