aboutsummaryrefslogtreecommitdiff
path: root/helper/test
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2017-01-23 14:46:05 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-01-25 19:25:07 +0300
commit722fd6f8286722d30d50c00769fa4fcad5935dd2 (patch)
treeb8618aaf9c9456ab649ccf3faf354dbbb8534268 /helper/test
parentbbabb79cfaf5e28ec9e804b95a23605038b39d39 (diff)
helper: add odph_api.h for existing exported headers
Rather than have all applications include a variable number of helper api files, consolidate them into one include odph_api.h Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper/test')
-rw-r--r--helper/test/chksum.c4
-rw-r--r--helper/test/odpthreads.c2
-rw-r--r--helper/test/parse.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/helper/test/chksum.c b/helper/test/chksum.c
index 7c572ae17..1beae47f1 100644
--- a/helper/test/chksum.c
+++ b/helper/test/chksum.c
@@ -6,9 +6,7 @@
#include "odph_debug.h"
#include <odp_api.h>
-#include <odp/helper/eth.h>
-#include <odp/helper/ip.h>
-#include <odp/helper/udp.h>
+#include <odp/helper/odph_api.h>
struct udata_struct {
uint64_t u64;
diff --git a/helper/test/odpthreads.c b/helper/test/odpthreads.c
index 4bb3c3b6f..219e1b65b 100644
--- a/helper/test/odpthreads.c
+++ b/helper/test/odpthreads.c
@@ -15,7 +15,7 @@
#include <odph_debug.h>
#include <odp_api.h>
-#include <odp/helper/threads.h>
+#include <odp/helper/odph_api.h>
#define NUMBER_WORKERS 16
diff --git a/helper/test/parse.c b/helper/test/parse.c
index 26dfc68b9..0429f2cc3 100644
--- a/helper/test/parse.c
+++ b/helper/test/parse.c
@@ -7,8 +7,7 @@
#include <odph_debug.h>
#include <odp_api.h>
-#include <odp/helper/eth.h>
-#include <odp/helper/ip.h>
+#include <odp/helper/odph_api.h>
#include <stdio.h>
#include <string.h>