aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/buffer.h')
-rw-r--r--include/odp/api/spec/buffer.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/include/odp/api/spec/buffer.h b/include/odp/api/spec/buffer.h
index cfb85df17..dd3749afe 100644
--- a/include/odp/api/spec/buffer.h
+++ b/include/odp/api/spec/buffer.h
@@ -1,5 +1,5 @@
/* Copyright (c) 2013-2018, Linaro Limited
- * Copyright (c) 2022, Nokia
+ * Copyright (c) 2022-2023, Nokia
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
@@ -8,7 +8,7 @@
/**
* @file
*
- * ODP buffer descriptor
+ * ODP buffer
*/
#ifndef ODP_API_SPEC_BUFFER_H_
@@ -19,6 +19,7 @@
extern "C" {
#endif
+#include <odp/api/buffer_types.h>
#include <odp/api/event_types.h>
#include <odp/api/pool_types.h>
#include <odp/api/std_types.h>
@@ -29,16 +30,6 @@ extern "C" {
*/
/**
- * @typedef odp_buffer_t
- * ODP buffer
- */
-
-/**
- * @def ODP_BUFFER_INVALID
- * Invalid buffer
- */
-
-/**
* Get buffer handle from event
*
* Converts an ODP_EVENT_BUFFER type event to a buffer.