aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/buffer_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/buffer_types.h')
-rw-r--r--include/odp/api/buffer_types.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/include/odp/api/buffer_types.h b/include/odp/api/buffer_types.h
new file mode 100644
index 000000000..767aae560
--- /dev/null
+++ b/include/odp/api/buffer_types.h
@@ -0,0 +1,28 @@
+/* Copyright (c) 2023, Nokia
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+/**
+ * @file
+ *
+ * ODP buffer types
+ */
+
+#ifndef ODP_API_BUFFER_TYPES_H_
+#define ODP_API_BUFFER_TYPES_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <odp/api/abi/buffer_types.h>
+
+#include <odp/api/spec/buffer_types.h>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif