summaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/include/odp_buffer_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-dpdk/include/odp_buffer_internal.h')
-rw-r--r--platform/linux-dpdk/include/odp_buffer_internal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/linux-dpdk/include/odp_buffer_internal.h b/platform/linux-dpdk/include/odp_buffer_internal.h
index c062a37..75c9bc5 100644
--- a/platform/linux-dpdk/include/odp_buffer_internal.h
+++ b/platform/linux-dpdk/include/odp_buffer_internal.h
@@ -154,6 +154,14 @@ int odp_buffer_snprint(char *str, uint32_t n, odp_buffer_t buf);
*/
int _odp_buffer_type(odp_buffer_t buf);
+/*
+ * Buffer type set
+ *
+ * @param buf Buffer handle
+ * @param type New type value
+ *
+ */
+void _odp_buffer_type_set(odp_buffer_t buf, int type);
#ifdef __cplusplus
}