aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBill Fischofer <bill.fischofer@linaro.org>2015-07-14 07:28:33 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-15 12:30:34 +0300
commit64e8ecc2f97121fee691f46197f4db36260851aa (patch)
tree828d6a8c27ce46f7ca62a31e60e788322a4ab613 /include
parent13ae91af60d74155ee3666115d7aa2ac4e441087 (diff)
api: queue: add odp_queue_param_init prototype
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/odp/api/queue.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/odp/api/queue.h b/include/odp/api/queue.h
index 297067d5..61d0b313 100644
--- a/include/odp/api/queue.h
+++ b/include/odp/api/queue.h
@@ -258,6 +258,15 @@ odp_schedule_group_t odp_queue_sched_group(odp_queue_t queue);
uint64_t odp_queue_to_u64(odp_queue_t hdl);
/**
+ * Initialize queue params
+ *
+ * Initialize an odp_queue_param_t to its default values for all fields
+ *
+ * @param param Address of the odp_queue_param_t to be initialized
+ */
+void odp_queue_param_init(odp_queue_param_t *param);
+
+/**
* @}
*/