aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/Makefile.am
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2022-03-03 14:49:16 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2022-03-08 15:27:32 +0200
commit561e5457c7b7afdd04f8fc50faf030cd941bb7a5 (patch)
tree8cc3502e9f94ccca43b336f6c210450db55dc9ed /platform/linux-generic/Makefile.am
parent163effc65ee7c4f444a129ee721722a2b5f94307 (diff)
linux-gen: define a 128-bit integer type
Define a 128-bit unsigned integer type _odp_u128_t in a new header file odp_types_internal.h. Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Matias Elo <matias.elo@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 47e5cf759..fc73925e5 100644
--- a/platform/linux-generic/Makefile.am
+++ b/platform/linux-generic/Makefile.am
@@ -160,6 +160,7 @@ noinst_HEADERS = \
include/odp_timer_internal.h \
include/odp_timer_wheel_internal.h \
include/odp_traffic_mngr_internal.h \
+ include/odp_types_internal.h \
include/odp_event_vector_internal.h \
include/protocols/eth.h \
include/protocols/ip.h \