aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/abi-default/buffer.h')
-rw-r--r--include/odp/api/abi-default/buffer.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/include/odp/api/abi-default/buffer.h b/include/odp/api/abi-default/buffer.h
index 2bc27bba7..59b81186b 100644
--- a/include/odp/api/abi-default/buffer.h
+++ b/include/odp/api/abi-default/buffer.h
@@ -11,20 +11,7 @@
extern "C" {
#endif
-/** @internal Dummy type for strong typing */
-typedef struct { char dummy; /**< @internal Dummy */ } _odp_abi_buffer_t;
-
-/** @ingroup odp_buffer
- * @{
- */
-
-typedef _odp_abi_buffer_t *odp_buffer_t;
-
-#define ODP_BUFFER_INVALID ((odp_buffer_t)0)
-
-/**
- * @}
- */
+/* Empty header required due to the inline functions */
#ifdef __cplusplus
}