]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - linux/include/_MultiProc.h
MessageQ: Fix for Linux msgs sent to wrong slave
[ipc/ipcdev.git] / linux / include / _MultiProc.h
index 39ed3858e654c9455f5f5d4389acf2057775a1fe..a93f36ec1ba5e5b2a5a434e1a484d2fee0ddbc11 100644 (file)
@@ -65,6 +65,8 @@ typedef struct MultiProc_Config_tag {
     /*!< Max number of procs for particular system */
     Char   nameList [MultiProc_MAXPROCESSORS][MultiProc_MAXNAMELENGTH];
     /*!< Name List for processors in the system */
+    Int32  rprocList[MultiProc_MAXPROCESSORS];
+    /*!< Linux "remoteproc index" for processors in the system */
     UInt16 id;
     /*!< Local Proc ID. This needs to be set before calling any other APIs */
 } MultiProc_Config;