summaryrefslogtreecommitdiff
path: root/packages/ti/ipc/mm/MmRpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ti/ipc/mm/MmRpc.h')
-rw-r--r--packages/ti/ipc/mm/MmRpc.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/ti/ipc/mm/MmRpc.h b/packages/ti/ipc/mm/MmRpc.h
index 88d1973..feee339 100644
--- a/packages/ti/ipc/mm/MmRpc.h
+++ b/packages/ti/ipc/mm/MmRpc.h
@@ -319,20 +319,6 @@ int MmRpc_use(MmRpc_Handle handle, MmRpc_BufType type, int num,
MmRpc_BufDesc *desc);
/*!
- * @brief Get the id of an MmRpc instance
- * (currently only supported in QNX)
- *
- * @param[in] handle Service handle returned by MmRpc_create()
- *
- * @retval 32-bit id corresponding to the MmRpc instance
- *
- * @remark This returns the id corresponding to the MmRpc instance.
- * This id can be used to identify the MmRpc instance
- * on the slave core during instance deletion.
- */
-uint32_t MmRpc_getId(MmRpc_Handle handle);
-
-/*!
* @brief Initialize the instance create parameter structure
*
*/