aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp/rwlock_recursive.h
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2015-12-31 11:15:35 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-12-31 11:15:35 +0300
commit4320d76520e1bf352d1aa2a94a3e8ffe74e003d2 (patch)
treec699d1e969b2f285bf1dd2e2fa7e770d5db49166 /platform/linux-generic/include/odp/rwlock_recursive.h
parenta0a20997629be7045222980da6e393bca9a9fa37 (diff)
parent4b22a3a0853b16b785a88a6a709a3a098cdccc2d (diff)
Merge branch 'next'v1.6.0.0
Diffstat (limited to 'platform/linux-generic/include/odp/rwlock_recursive.h')
-rw-r--r--platform/linux-generic/include/odp/rwlock_recursive.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/platform/linux-generic/include/odp/rwlock_recursive.h b/platform/linux-generic/include/odp/rwlock_recursive.h
new file mode 100644
index 000000000..e9dadc878
--- /dev/null
+++ b/platform/linux-generic/include/odp/rwlock_recursive.h
@@ -0,0 +1,28 @@
+/* Copyright (c) 2015, Linaro Limited
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+/**
+ * @file
+ *
+ * ODP resursive read/write lock
+ */
+
+#ifndef ODP_PLAT_RWLOCK_RECURSIVE_H_
+#define ODP_PLAT_RWLOCK_RECURSIVE_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <odp/plat/rwlock_recursive_types.h>
+
+#include <odp/api/rwlock_recursive.h>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif