aboutsummaryrefslogtreecommitdiff
path: root/include/odp_api.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-07-06 17:07:05 +0300
committerMatias Elo <matias.elo@nokia.com>2021-07-12 16:42:31 +0300
commit9796d17e0a7b8ba8cde4c1b8c95f16b7c3c63404 (patch)
treea66b1b65494d9072d300b49e009b8f8f3fbdd707 /include/odp_api.h
parent61c89358cd6519a98f73c6ab20d767d9dd47cce7 (diff)
api: std: rename std_clib module to std
Move all generic ODP functions and data types to a common std module. Type definitions have been moved inside std_types.h header to enable easier function inlining. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Tested-by: Shijith Thotton <sthotton@marvell.com>
Diffstat (limited to 'include/odp_api.h')
-rw-r--r--include/odp_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odp_api.h b/include/odp_api.h
index 763c9ed7d..e1af9f542 100644
--- a/include/odp_api.h
+++ b/include/odp_api.h
@@ -59,7 +59,7 @@ extern "C" {
#include <odp/api/traffic_mngr.h>
#include <odp/api/spinlock_recursive.h>
#include <odp/api/rwlock_recursive.h>
-#include <odp/api/std_clib.h>
+#include <odp/api/std.h>
#include <odp/api/support.h>
#include <odp/api/ipsec.h>
#include <odp/api/stash.h>