aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_pool_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/odp_pool_internal.h')
-rw-r--r--platform/linux-generic/include/odp_pool_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linux-generic/include/odp_pool_internal.h b/platform/linux-generic/include/odp_pool_internal.h
index 67d7e7b7b..a44ad94f5 100644
--- a/platform/linux-generic/include/odp_pool_internal.h
+++ b/platform/linux-generic/include/odp_pool_internal.h
@@ -23,7 +23,7 @@ extern "C" {
#include <odp_buffer_internal.h>
#include <odp_config_internal.h>
-#include <odp_ring_internal.h>
+#include <odp_ring_u32_internal.h>
#include <odp/api/plat/strong_types.h>
typedef struct ODP_ALIGNED_CACHE pool_cache_t {
@@ -38,7 +38,7 @@ typedef struct ODP_ALIGNED_CACHE pool_cache_t {
/* Buffer header ring */
typedef struct ODP_ALIGNED_CACHE {
/* Ring header */
- ring_t hdr;
+ ring_u32_t hdr;
/* Ring data: buffer handles */
uint32_t buf[CONFIG_POOL_MAX_NUM + 1];