aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/linux-generic/include/odp/api/align.h4
-rw-r--r--platform/linux-generic/include/odp/api/chksum.h12
-rw-r--r--platform/linux-generic/include/odp/api/compiler.h12
-rw-r--r--platform/linux-generic/include/odp/api/cpu.h4
-rw-r--r--platform/linux-generic/include/odp/api/debug.h4
-rw-r--r--platform/linux-generic/include/odp/api/deprecated.h4
-rw-r--r--platform/linux-generic/include/odp/api/errno.h5
-rw-r--r--platform/linux-generic/include/odp/api/feature.h12
-rw-r--r--platform/linux-generic/include/odp/api/hash.h12
-rw-r--r--platform/linux-generic/include/odp/api/hints.h12
-rw-r--r--platform/linux-generic/include/odp/api/random.h12
-rw-r--r--platform/linux-generic/include/odp/api/support.h12
-rw-r--r--platform/linux-generic/include/odp/api/system_info.h5
-rw-r--r--platform/linux-generic/include/odp/api/threshold.h12
14 files changed, 28 insertions, 94 deletions
diff --git a/platform/linux-generic/include/odp/api/align.h b/platform/linux-generic/include/odp/api/align.h
index f70e4d76c..356099716 100644
--- a/platform/linux-generic/include/odp/api/align.h
+++ b/platform/linux-generic/include/odp/api/align.h
@@ -10,8 +10,8 @@
* ODP alignments
*/
-#ifndef ODP_PLAT_ALIGN_H_
-#define ODP_PLAT_ALIGN_H_
+#ifndef ODP_API_ALIGN_H_
+#define ODP_API_ALIGN_H_
#ifdef __cplusplus
extern "C" {
diff --git a/platform/linux-generic/include/odp/api/chksum.h b/platform/linux-generic/include/odp/api/chksum.h
index 18dcb6d11..6dd1554ce 100644
--- a/platform/linux-generic/include/odp/api/chksum.h
+++ b/platform/linux-generic/include/odp/api/chksum.h
@@ -10,21 +10,13 @@
* ODP checksum functions
*/
-#ifndef ODP_PLAT_CHKSUM_H_
-#define ODP_PLAT_CHKSUM_H_
+#ifndef ODP_API_CHKSUM_H_
+#define ODP_API_CHKSUM_H_
#ifdef __cplusplus
extern "C" {
#endif
-/** @ingroup odp_chksum
- * @{
- */
-
-/**
- * @}
- */
-
#include <odp/api/spec/chksum.h>
#ifdef __cplusplus
diff --git a/platform/linux-generic/include/odp/api/compiler.h b/platform/linux-generic/include/odp/api/compiler.h
index 5249d5d62..04e815bb0 100644
--- a/platform/linux-generic/include/odp/api/compiler.h
+++ b/platform/linux-generic/include/odp/api/compiler.h
@@ -10,21 +10,13 @@
* Compiler related
*/
-#ifndef ODP_PLAT_COMPILER_H_
-#define ODP_PLAT_COMPILER_H_
+#ifndef ODP_API_COMPILER_H_
+#define ODP_API_COMPILER_H_
#ifdef __cplusplus
extern "C" {
#endif
-/** @ingroup odp_compiler_optim
- * @{
- */
-
-/**
- * @}
- */
-
#include <odp/api/spec/compiler.h>
#ifdef __cplusplus
diff --git a/platform/linux-generic/include/odp/api/cpu.h b/platform/linux-generic/include/odp/api/cpu.h
index 89674d699..7229857a5 100644
--- a/platform/linux-generic/include/odp/api/cpu.h
+++ b/platform/linux-generic/include/odp/api/cpu.h
@@ -10,8 +10,8 @@
* ODP CPU
*/
-#ifndef ODP_PLAT_CPU_H_
-#define ODP_PLAT_CPU_H_
+#ifndef ODP_API_CPU_H_
+#define ODP_API_CPU_H_
#ifdef __cplusplus
extern "C" {
diff --git a/platform/linux-generic/include/odp/api/debug.h b/platform/linux-generic/include/odp/api/debug.h
index e54659374..625dec592 100644
--- a/platform/linux-generic/include/odp/api/debug.h
+++ b/platform/linux-generic/include/odp/api/debug.h
@@ -10,8 +10,8 @@
* ODP debug
*/
-#ifndef ODP_PLAT_DEBUG_H_
-#define ODP_PLAT_DEBUG_H_
+#ifndef ODP_API_DEBUG_H_
+#define ODP_API_DEBUG_H_
#ifdef __cplusplus
extern "C" {
diff --git a/platform/linux-generic/include/odp/api/deprecated.h b/platform/linux-generic/include/odp/api/deprecated.h
index 82797ebc4..881f23d19 100644
--- a/platform/linux-generic/include/odp/api/deprecated.h
+++ b/platform/linux-generic/include/odp/api/deprecated.h
@@ -10,8 +10,8 @@
* Control deprecated API definitions
*/
-#ifndef ODP_PLAT_DEPRECATED_H_
-#define ODP_PLAT_DEPRECATED_H_
+#ifndef ODP_API_DEPRECATED_H_
+#define ODP_API_DEPRECATED_H_
#ifdef __cplusplus
extern "C" {
diff --git a/platform/linux-generic/include/odp/api/errno.h b/platform/linux-generic/include/odp/api/errno.h
index f70d84df0..420d5d078 100644
--- a/platform/linux-generic/include/odp/api/errno.h
+++ b/platform/linux-generic/include/odp/api/errno.h
@@ -10,14 +10,13 @@
* ODP errno API
*/
-#ifndef ODP_PLAT_ERRNO_H_
-#define ODP_PLAT_ERRNO_H_
+#ifndef ODP_API_ERRNO_H_
+#define ODP_API_ERRNO_H_
#ifdef __cplusplus
extern "C" {
#endif
-
#include <odp/api/spec/errno.h>
#ifdef __cplusplus
diff --git a/platform/linux-generic/include/odp/api/feature.h b/platform/linux-generic/include/odp/api/feature.h
index 55a86a831..6bbde3c38 100644
--- a/platform/linux-generic/include/odp/api/feature.h
+++ b/platform/linux-generic/include/odp/api/feature.h
@@ -10,21 +10,13 @@
* ODP features.
*/
-#ifndef ODP_PLAT_FEATURE_H_
-#define ODP_PLAT_FEATURE_H_
+#ifndef ODP_API_FEATURE_H_
+#define ODP_API_FEATURE_H_
#ifdef __cplusplus
extern "C" {
#endif
-/** @ingroup odp_feature
- * @{
- */
-
-/**
- * @}
- */
-
#include <odp/api/spec/feature.h>
#ifdef __cplusplus
diff --git a/platform/linux-generic/include/odp/api/hash.h b/platform/linux-generic/include/odp/api/hash.h
index 332029ed0..8e1699ccc 100644
--- a/platform/linux-generic/include/odp/api/hash.h
+++ b/platform/linux-generic/include/odp/api/hash.h
@@ -10,21 +10,13 @@
* ODP Hash function
*/
-#ifndef ODP_PLAT_HASH_H_
-#define ODP_PLAT_HASH_H_
+#ifndef ODP_API_HASH_H_
+#define ODP_API_HASH_H_
#ifdef __cplusplus
extern "C" {
#endif
-/** @ingroup odp_hash
- * @{
- */
-
-/**
- * @}
- */
-
#include <odp/api/spec/hash.h>
#ifdef __cplusplus
diff --git a/platform/linux-generic/include/odp/api/hints.h b/platform/linux-generic/include/odp/api/hints.h
index 3ba1ba95e..c4d134b74 100644
--- a/platform/linux-generic/include/odp/api/hints.h
+++ b/platform/linux-generic/include/odp/api/hints.h
@@ -10,21 +10,13 @@
* ODP compiler hints
*/
-#ifndef ODP_PLAT_HINTS_H_
-#define ODP_PLAT_HINTS_H_
+#ifndef ODP_API_HINTS_H_
+#define ODP_API_HINTS_H_
#ifdef __cplusplus
extern "C" {
#endif
-/** @ingroup odp_compiler_optim
- * @{
- */
-
-/**
- * @}
- */
-
#include <odp/api/spec/hints.h>
#ifdef __cplusplus
diff --git a/platform/linux-generic/include/odp/api/random.h b/platform/linux-generic/include/odp/api/random.h
index c8529b3f9..4ce973840 100644
--- a/platform/linux-generic/include/odp/api/random.h
+++ b/platform/linux-generic/include/odp/api/random.h
@@ -10,21 +10,13 @@
* ODP random number API
*/
-#ifndef ODP_PLAT_RANDOM_H_
-#define ODP_PLAT_RANDOM_H_
+#ifndef ODP_API_RANDOM_H_
+#define ODP_API_RANDOM_H_
#ifdef __cplusplus
extern "C" {
#endif
-/** @ingroup odp_random ODP RANDOM
- * @{
- */
-
-/**
- * @}
- */
-
#include <odp/api/spec/random.h>
#ifdef __cplusplus
diff --git a/platform/linux-generic/include/odp/api/support.h b/platform/linux-generic/include/odp/api/support.h
index dd6abab23..6c1759d4b 100644
--- a/platform/linux-generic/include/odp/api/support.h
+++ b/platform/linux-generic/include/odp/api/support.h
@@ -10,21 +10,13 @@
* ODP support API - platform specific header
*/
-#ifndef ODP_PLAT_SUPPORT_H_
-#define ODP_PLAT_SUPPORT_H_
+#ifndef ODP_API_SUPPORT_H_
+#define ODP_API_SUPPORT_H_
#ifdef __cplusplus
extern "C" {
#endif
-/** @ingroup odp_support
- * @{
- */
-
-/**
- * @}
- */
-
#include <odp/api/spec/support.h>
#ifdef __cplusplus
diff --git a/platform/linux-generic/include/odp/api/system_info.h b/platform/linux-generic/include/odp/api/system_info.h
index 36ddc814b..7b95a876a 100644
--- a/platform/linux-generic/include/odp/api/system_info.h
+++ b/platform/linux-generic/include/odp/api/system_info.h
@@ -10,8 +10,8 @@
* ODP system information
*/
-#ifndef ODP_PLAT_SYSTEM_INFO_H_
-#define ODP_PLAT_SYSTEM_INFO_H_
+#ifndef ODP_API_SYSTEM_INFO_H_
+#define ODP_API_SYSTEM_INFO_H_
#ifdef __cplusplus
extern "C" {
@@ -19,7 +19,6 @@ extern "C" {
#include <odp/api/std_types.h>
-
#include <odp/api/spec/system_info.h>
#ifdef __cplusplus
diff --git a/platform/linux-generic/include/odp/api/threshold.h b/platform/linux-generic/include/odp/api/threshold.h
index f4f362852..17943256e 100644
--- a/platform/linux-generic/include/odp/api/threshold.h
+++ b/platform/linux-generic/include/odp/api/threshold.h
@@ -10,21 +10,13 @@
* ODP threshold API - platform specific header
*/
-#ifndef ODP_PLAT_THRESHOLD_H_
-#define ODP_PLAT_THRESHOLD_H_
+#ifndef ODP_API_THRESHOLD_H_
+#define ODP_API_THRESHOLD_H_
#ifdef __cplusplus
extern "C" {
#endif
-/** @ingroup odp_threshold
- * @{
- */
-
-/**
- * @}
- */
-
#include <odp/api/spec/threshold.h>
#ifdef __cplusplus