aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/stash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/abi-default/stash.h')
-rw-r--r--include/odp/api/abi-default/stash.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/include/odp/api/abi-default/stash.h b/include/odp/api/abi-default/stash.h
index 51927c143..db4469124 100644
--- a/include/odp/api/abi-default/stash.h
+++ b/include/odp/api/abi-default/stash.h
@@ -11,22 +11,7 @@
extern "C" {
#endif
-/** @internal Dummy type for strong typing */
-typedef struct { char dummy; /**< @internal Dummy */ } _odp_abi_stash_t;
-
-/** @ingroup odp_stash
- * @{
- */
-
-typedef _odp_abi_stash_t *odp_stash_t;
-
-#define ODP_STASH_INVALID ((odp_stash_t)0)
-
-#define ODP_STASH_NAME_LEN 32
-
-/**
- * @}
- */
+/* Empty header required due to the inline functions */
#ifdef __cplusplus
}