summaryrefslogtreecommitdiff
path: root/hlos_common
diff options
context:
space:
mode:
authorRobert Tivy <rtivy@ti.com>2015-05-07 16:53:51 -0700
committerRobert Tivy <rtivy@ti.com>2015-05-07 17:14:08 -0700
commit591015e8fb4bd1407d7a27fd4984b5587fb0addb (patch)
tree001d3f9cafc7f73be59e99c61353fdb1977924a0 /hlos_common
parent9bc6fc039ee773b097944f97edd4a685ae0f0ce1 (diff)
downloadipc-591015e8fb4bd1407d7a27fd4984b5587fb0addb.tar.gz
Add new command-line options to LAD to override static defaults
Add -n <nprocs> support for overriding the total number of processors in the system (not to be confused with number of processors in cluster). Add -r <nreserve> support for overriding the number of reserved MessageQ queues. Add -s <synctype> support for overriding the Ipc_ProcSync_* type (can be -s ALL|PAIR|NONE).
Diffstat (limited to 'hlos_common')
-rw-r--r--hlos_common/include/_MessageQ.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hlos_common/include/_MessageQ.h b/hlos_common/include/_MessageQ.h
index d972107..836d74f 100644
--- a/hlos_common/include/_MessageQ.h
+++ b/hlos_common/include/_MessageQ.h
@@ -170,6 +170,8 @@ Void MessageQ_cleanupOwner(Int pid);
Void MessageQ_msgInit(MessageQ_Msg msg);
+Void _MessageQ_setNumReservedEntries(UInt n);
+
#if defined (__cplusplus)
}
#endif /* defined (__cplusplus) */