]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/commitdiff
Increase SIZE of SHM segment, update hplib_shmEntryId_E with APP entry placeholders
authorTinku Mannan <tmannan@ti.com>
Thu, 14 Aug 2014 19:27:14 +0000 (15:27 -0400)
committerTinku Mannan <tmannan@ti.com>
Thu, 14 Aug 2014 19:29:21 +0000 (15:29 -0400)
ti/runtime/hplib/hplib_shm.h

index b5a9aed7ab5a692a510fb0284a64dc6d074c96f4..a36c52acd79c23dde9301ee34b4dd23ef544b925 100755 (executable)
@@ -54,7 +54,7 @@ extern "C" {
 
 
 
-#define HPLIB_SHM_SIZE 0x40000 /*262144 bytes*/
+#define HPLIB_SHM_SIZE 0x100000 /*524288 bytes*/
 #define HPLIB_SHM_ENTRIES 64
 
 
@@ -63,12 +63,25 @@ extern "C" {
  */
 typedef enum {
     HPLIB_ENTRY     = 0,
-    OSAL_ENTRY      = 1,
-    NWAL_ENTRY      = 2,
-    NETAPI_ENTRY    = 3,
-    PKLIB_ENTRY     = 4,
-    PA_ENTRY        = 5,
-    SA_ENTRY        = 6,
+    OSAL_ENTRY,
+    NWAL_ENTRY,
+    NETAPI_ENTRY,
+    PKLIB_ENTRY,
+    PA_ENTRY,
+    SA_ENTRY,
+    APP_ENTRY_1,
+    APP_ENTRY_2,
+    APP_ENTRY_3,
+    APP_ENTRY_4,
+    APP_ENTRY_5,
+    APP_ENTRY_6,
+    APP_ENTRY_7,
+    APP_ENTRY_8,
+    APP_ENTRY_9,
+    APP_ENTRY_10,
+    APP_ENTRY_11,
+    APP_ENTRY_12,
+
     END_ENTRY       = HPLIB_SHM_ENTRIES-1,
 } hplib_shmEntryId_E;