summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4ea06dc)
raw | patch | inline | side by side (parent: 4ea06dc)
author | Tinku Mannan <tmannan@ti.com> | |
Fri, 21 Nov 2014 13:57:13 +0000 (08:57 -0500) | ||
committer | Tinku Mannan <tmannan@ti.com> | |
Fri, 21 Nov 2014 13:57:13 +0000 (08:57 -0500) |
ti/runtime/netapi/utils/netapi_util_rm.c | patch | blob | history |
index 2c442c386d5045616cd2d8424f9ecf4db1f48b5b..2a3edc0af0a10be4917884245fa8fe2eb5a12927 100755 (executable)
va_end(ap);
}
+void *Osal_rmMtCsEnter(void *mtSemObj)
+{
+ return NULL;
+}
+
+
+void Osal_rmMtCsExit(void *mtSemObj, void *CsHandle)
+{
+
+}
Rm_Packet *transportAlloc(Rm_AppTransportHandle appTransport, uint32_t pktSize, Rm_PacketHandle *pktHandle)
{
Rm_Packet *rm_pkt = NULL;