aboutsummaryrefslogtreecommitdiff
path: root/helper/hashtable.c
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2016-02-11 15:21:42 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-04 11:15:23 +0300
commit7c3df2a6486482f3a51ff897215ea28f64b7de97 (patch)
tree268daddb7ea584e7b6ed5ce487bc5b83e95cfb3d /helper/hashtable.c
parent98e20f0a78da6bf680ffbf473abc99b88d8576d9 (diff)
api: move include/odp.h to include/odp_api.h
odp.h actually describes the applicatiion interface of ODP and is logicaly moved to odp_api.h. Applications now includes <odp_api.h>. This simplifies the addition of other ODP interfaces (e.g. drivers may include odp_drv.h in the future.) Signed-off-by: Christophe Milard <christophe.milard@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper/hashtable.c')
-rw-r--r--helper/hashtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/hashtable.c b/helper/hashtable.c
index e0f562e5c..8bb1ae57c 100644
--- a/helper/hashtable.c
+++ b/helper/hashtable.c
@@ -10,7 +10,7 @@
#include "odph_hashtable.h"
#include "odph_list_internal.h"
#include "odph_debug.h"
-#include <odp.h>
+#include <odp_api.h>
#define ODPH_SUCCESS 0
#define ODPH_FAIL -1