aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/packet_io.h
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-11-23 02:23:15 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-01-18 22:07:24 +0300
commit0f628d448a0055cfff6ea759790c60520bbff6b8 (patch)
tree86d2b53fd710e0675b259bad245a0cd3dd720c40 /include/odp/api/packet_io.h
parent42e8e9ac8bf029fb94c4b0d79dba115ba7450958 (diff)
include, linux-gen: move API files into generic location
Now that api header files consist only of generic includes, move them to generic locations, so that they can be reused by implementations. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp/api/packet_io.h')
-rw-r--r--include/odp/api/packet_io.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/include/odp/api/packet_io.h b/include/odp/api/packet_io.h
new file mode 100644
index 000000000..a854d7b98
--- /dev/null
+++ b/include/odp/api/packet_io.h
@@ -0,0 +1,41 @@
+/* Copyright (c) 2013, Linaro Limited
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+/**
+ * @file
+ *
+ * ODP Packet IO
+ */
+
+#ifndef ODP_API_PACKET_IO_H_
+#define ODP_API_PACKET_IO_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <odp/api/std_types.h>
+#include <odp/api/abi/pool.h>
+#include <odp/api/abi/classification.h>
+#include <odp/api/abi/packet.h>
+#include <odp/api/abi/packet_io.h>
+#include <odp/api/abi/queue.h>
+
+/** @ingroup odp_packet_io
+ * @{
+ */
+
+/**
+ * @}
+ */
+
+#include <odp/api/spec/packet_io.h>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif