aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/ipsec.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/ipsec.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/ipsec.h')
-rw-r--r--include/odp/api/ipsec.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/include/odp/api/ipsec.h b/include/odp/api/ipsec.h
new file mode 100644
index 000000000..cb39750e5
--- /dev/null
+++ b/include/odp/api/ipsec.h
@@ -0,0 +1,28 @@
+/* Copyright (c) 2016, Linaro Limited
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+/**
+ * @file
+ *
+ * ODP IPSEC API - platform specific header
+ */
+
+#ifndef ODP_API_IPSEC_H_
+#define ODP_API_IPSEC_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <odp/api/abi/ipsec.h>
+
+#include <odp/api/spec/ipsec.h>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif