aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp/plat/rwlock_types.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/plat/rwlock_types.h
parenta0a20997629be7045222980da6e393bca9a9fa37 (diff)
parent4b22a3a0853b16b785a88a6a709a3a098cdccc2d (diff)
Merge branch 'next'v1.6.0.0
Diffstat (limited to 'platform/linux-generic/include/odp/plat/rwlock_types.h')
-rw-r--r--platform/linux-generic/include/odp/plat/rwlock_types.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/platform/linux-generic/include/odp/plat/rwlock_types.h b/platform/linux-generic/include/odp/plat/rwlock_types.h
index bd46e5722..35d65decb 100644
--- a/platform/linux-generic/include/odp/plat/rwlock_types.h
+++ b/platform/linux-generic/include/odp/plat/rwlock_types.h
@@ -20,10 +20,7 @@ extern "C" {
#include <odp/atomic.h>
-/**
- * @internal
- * ODP rwlock
- */
+/** @internal */
struct odp_rwlock_s {
odp_atomic_u32_t cnt; /**< lock count
0 lock not taken
@@ -31,16 +28,8 @@ struct odp_rwlock_s {
>0 read lock(s) taken */
};
-/** @addtogroup odp_synchronizers
- * @{
- */
-
typedef struct odp_rwlock_s odp_rwlock_t;
-/**
- * @}
- */
-
#ifdef __cplusplus
}
#endif