aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/queue.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-08-19 16:50:53 +0300
committerGitHub <noreply@github.com>2021-08-19 16:50:53 +0300
commit9aec81d8e15798d23c4a090c4cd6067976074866 (patch)
treed6be901f263355f3c2b624dd36b813b42add16bc /include/odp/api/spec/queue.h
parent6b6de8d7044d7a484b671a80768cf068f5b56814 (diff)
parentcf4d3329d4a9b53663ee27a904ee88f2cd3f50d8 (diff)
Merge ODP v1.31.0.0v1.31.0.0_DPDK_19.11
Merge ODP linux-generic v1.31.0.0 into ODP-DPDK.
Diffstat (limited to 'include/odp/api/spec/queue.h')
-rw-r--r--include/odp/api/spec/queue.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/include/odp/api/spec/queue.h b/include/odp/api/spec/queue.h
index 005229e35..9c677c926 100644
--- a/include/odp/api/spec/queue.h
+++ b/include/odp/api/spec/queue.h
@@ -19,7 +19,7 @@ extern "C" {
#endif
#include <odp/api/event.h>
-#include <odp/api/spec/queue_types.h>
+#include <odp/api/queue_types.h>
/** @defgroup odp_queue ODP QUEUE
* Queues for event passing and scheduling.
@@ -27,21 +27,6 @@ extern "C" {
*/
/**
- * @typedef odp_queue_t
- * ODP queue
- */
-
-/**
- * @def ODP_QUEUE_INVALID
- * Invalid queue
- */
-
-/**
- * @def ODP_QUEUE_NAME_LEN
- * Maximum queue name length in chars including null char
- */
-
-/**
* Queue create
*
* Create a queue according to the queue parameters. Queue type is specified by