aboutsummaryrefslogtreecommitdiffstats
path: root/src/framework/common/base/include/common/common_mem_buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework/common/base/include/common/common_mem_buf.h')
-rw-r--r--src/framework/common/base/include/common/common_mem_buf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/framework/common/base/include/common/common_mem_buf.h b/src/framework/common/base/include/common/common_mem_buf.h
index 441da6a..f9f1593 100644
--- a/src/framework/common/base/include/common/common_mem_buf.h
+++ b/src/framework/common/base/include/common/common_mem_buf.h
@@ -21,6 +21,7 @@
#else
#include "common_mem_base_type.h"
+#include "types.h"
typedef enum __DMM_PROC_TYPE
{
@@ -63,7 +64,7 @@ typedef struct __common_pal_module_info
* @param name
* The name of the buf pool.
*/
-int nscomm_pal_module_init (common_mem_pal_module_info * pinfo);
+int nscomm_pal_module_init (common_mem_pal_module_info * pinfo, u8 app_mode);
void *nscomm_memzone_data_reserve_name (const char *name, size_t len,
int socket_id);