aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/queue.h
diff options
context:
space:
mode:
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