aboutsummaryrefslogtreecommitdiff
path: root/helper/include/odp/helper/odph_api.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-08-11 11:07:13 +0300
committerMatias Elo <matias.elo@nokia.com>2023-10-23 10:59:18 +0300
commitbdebb244d66b6baa6a2a1c3650e18cb90f9400a4 (patch)
tree2c3102905b56ac6fb5fe1daa916ba18f0a2f719c /helper/include/odp/helper/odph_api.h
parent5182ce145834f70501ff707f4790399d8512bb00 (diff)
helper: macros: add new macros for min/max comparison operations
Add new ODPH_MIN() and ODPH_MAX() helper macros. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'helper/include/odp/helper/odph_api.h')
-rw-r--r--helper/include/odp/helper/odph_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/include/odp/helper/odph_api.h b/helper/include/odp/helper/odph_api.h
index b4e3985c8..94d43a61b 100644
--- a/helper/include/odp/helper/odph_api.h
+++ b/helper/include/odp/helper/odph_api.h
@@ -28,6 +28,7 @@ extern "C" {
#include <odp/helper/igmp.h>
#include <odp/helper/ip.h>
#include <odp/helper/ipsec.h>
+#include <odp/helper/macros.h>
#include <odp/helper/odph_lineartable.h>
#include <odp/helper/odph_iplookuptable.h>
#include <odp/helper/sctp.h>