aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/rwlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/rwlock.h')
-rw-r--r--include/odp/api/spec/rwlock.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/include/odp/api/spec/rwlock.h b/include/odp/api/spec/rwlock.h
index ff8a3f278..de749add8 100644
--- a/include/odp/api/spec/rwlock.h
+++ b/include/odp/api/spec/rwlock.h
@@ -1,11 +1,9 @@
-/* Copyright (c) 2014, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2014-2018 Linaro Limited
*/
-#ifndef ODP_API_RWLOCK_H_
-#define ODP_API_RWLOCK_H_
+#ifndef ODP_API_SPEC_RWLOCK_H_
+#define ODP_API_SPEC_RWLOCK_H_
#include <odp/visibility_begin.h>
/**
@@ -20,6 +18,8 @@ extern "C" {
/**
* @defgroup odp_locks ODP LOCKS
+ * Various types of locks for thread synchronization.
+ *
* @details
* <b> Reader / writer lock (odp_rwlock_t) </b>
*
@@ -36,7 +36,6 @@ extern "C" {
* ODP reader/writer lock
*/
-
/**
* Initialize a reader/writer lock.
*