aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/packet_io_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/packet_io_types.h')
-rw-r--r--include/odp/api/packet_io_types.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/odp/api/packet_io_types.h b/include/odp/api/packet_io_types.h
new file mode 100644
index 000000000..c5fd72e96
--- /dev/null
+++ b/include/odp/api/packet_io_types.h
@@ -0,0 +1,26 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2022 Nokia
+ */
+
+/**
+ * @file
+ *
+ * ODP Packet IO
+ */
+
+#ifndef ODP_API_PACKET_IO_TYPES_H_
+#define ODP_API_PACKET_IO_TYPES_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <odp/api/abi/packet_io_types.h>
+
+#include <odp/api/spec/packet_io_types.h>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif