aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/odp_buffer.c')
-rw-r--r--platform/linux-generic/odp_buffer.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/platform/linux-generic/odp_buffer.c b/platform/linux-generic/odp_buffer.c
index f9f67a2e4..df3f047b1 100644
--- a/platform/linux-generic/odp_buffer.c
+++ b/platform/linux-generic/odp_buffer.c
@@ -6,26 +6,15 @@
*/
#include <odp/api/buffer.h>
+
#include <odp_pool_internal.h>
#include <odp_buffer_internal.h>
#include <odp_debug_internal.h>
-#include <odp/api/plat/buffer_inline_types.h>
#include <string.h>
#include <stdio.h>
#include <inttypes.h>
-#include <odp/visibility_begin.h>
-
-/* Fill in buffer header field offsets for inline functions */
-const _odp_buffer_inline_offset_t
-_odp_buffer_inline_offset ODP_ALIGNED_CACHE = {
- .event_type = offsetof(odp_buffer_hdr_t, event_hdr.event_type),
- .base_data = offsetof(odp_buffer_hdr_t, event_hdr.base_data)
-};
-
-#include <odp/visibility_end.h>
-
uint32_t odp_buffer_size(odp_buffer_t buf)
{
odp_buffer_hdr_t *hdr = _odp_buf_hdr(buf);