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