aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/Makefile.am
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-10-28 17:32:24 +0300
committerMatias Elo <matias.elo@nokia.com>2021-11-23 10:41:07 +0200
commit7d4100d0ed6cd8550a172fff08f264d61dfdc4fe (patch)
treeac916f63f82a5e24605ca512b8694c9f2e6354c5 /platform/linux-generic/Makefile.am
parentb6de016c24989efd2fe712aab633ac78baff506a (diff)
linux-gen: add pool type agnostic _odp_event_hdr_t header
Add common _odp_event_hdr_t header to be used with all pool types. The header contents are otherwise identical with odp_buffer_hdr_t, except that the flexible array member 'data' and struct alignment constraint have been removed. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'platform/linux-generic/Makefile.am')
-rw-r--r--platform/linux-generic/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am
index 8763606ad..7be4fb3bb 100644
--- a/platform/linux-generic/Makefile.am
+++ b/platform/linux-generic/Makefile.am
@@ -106,6 +106,7 @@ noinst_HEADERS = \
include/odp_config_internal.h \
include/odp_debug_internal.h \
include/odp_errno_define.h \
+ include/odp_event_internal.h \
include/odp_fdserver_internal.h \
include/odp_forward_typedefs_internal.h \
include/odp_global_data.h \