]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
Removed RPPC definitions which are now exported in rpmsg_rpc.h
authorRamsey Harris <ramsey@ti.com>
Thu, 28 Mar 2013 21:43:18 +0000 (14:43 -0700)
committerG Anthony <a0783926@ti.com>
Mon, 1 Apr 2013 22:06:20 +0000 (15:06 -0700)
packages/ti/ipc/mm/MmRpc.c

index 52ba15d6ab0541210c17ddb1b65b5399d4db95f5..811661c3c020b10ad03273c89946ae4a299de4d4 100644 (file)
 #undef _linux_
 #endif
 
-#define RPPC_MAX_INST_NAMELEN (48) /* in kernel part of rpmsg_rpc.h */
-
-/* this should be in rpmsg_rpc.h, currently in rpmsg_rpc_internal.h */
-struct rppc_create_instance {
-    char name[RPPC_MAX_INST_NAMELEN];
-};
-
 #elif defined(SYSLINK_BUILDOS_QNX)
 
 #include <ti/ipc/rpmsg_rpc.h>