aboutsummaryrefslogtreecommitdiff
path: root/include/odp_api.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-07-21 13:13:47 +0300
committerMatias Elo <matias.elo@nokia.com>2021-07-21 15:15:57 +0300
commitf10cb64e90960613dbb21365e8249704ca11e1fd (patch)
tree487f6496bac42bbe787ecbe43bfd901d0123bacb /include/odp_api.h
parent7d184c6ef1d343e10c487d15aba88d5f82cbea3b (diff)
api: proto_stats: add separate header for type definitions
Enable easier function inlining by moving type definitions into a separate header file. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Diffstat (limited to 'include/odp_api.h')
-rw-r--r--include/odp_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/odp_api.h b/include/odp_api.h
index e1af9f542..84530d2ab 100644
--- a/include/odp_api.h
+++ b/include/odp_api.h
@@ -49,6 +49,7 @@ extern "C" {
#include <odp/api/packet.h>
#include <odp/api/packet_flags.h>
#include <odp/api/packet_io.h>
+#include <odp/api/proto_stats.h>
#include <odp/api/crypto.h>
#include <odp/api/classification.h>
#include <odp/api/rwlock.h>