aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/proto_stats.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-08-19 16:50:53 +0300
committerGitHub <noreply@github.com>2021-08-19 16:50:53 +0300
commit9aec81d8e15798d23c4a090c4cd6067976074866 (patch)
treed6be901f263355f3c2b624dd36b813b42add16bc /include/odp/api/proto_stats.h
parent6b6de8d7044d7a484b671a80768cf068f5b56814 (diff)
parentcf4d3329d4a9b53663ee27a904ee88f2cd3f50d8 (diff)
Merge ODP v1.31.0.0v1.31.0.0_DPDK_19.11
Merge ODP linux-generic v1.31.0.0 into ODP-DPDK.
Diffstat (limited to 'include/odp/api/proto_stats.h')
-rw-r--r--include/odp/api/proto_stats.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/include/odp/api/proto_stats.h b/include/odp/api/proto_stats.h
new file mode 100644
index 000000000..bceaeaac9
--- /dev/null
+++ b/include/odp/api/proto_stats.h
@@ -0,0 +1,31 @@
+/* Copyright (c) 2021, Marvell
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+/**
+ * @file
+ *
+ * ODP proto stats
+ */
+
+#ifndef ODP_API_PROTO_STATS_H_
+#define ODP_API_PROTO_STATS_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <odp/api/std_types.h>
+#include <odp/api/abi/queue.h>
+#include <odp/api/abi/proto_stats_types.h>
+#include <odp/api/abi/proto_stats.h>
+
+#include <odp/api/spec/proto_stats.h>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif