summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/gcov.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-28 11:55:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-28 11:58:32 +0200
commit3ba43da922e92e76c159529acd6f868696923cb5 (patch)
tree756e64abfcd7b9ec865fd207332462600150ec85 /cpukit/include/rtems/score/gcov.h
parentscore: Move formatted I/O functions (diff)
downloadrtems-3ba43da922e92e76c159529acd6f868696923cb5.tar.bz2
score: Move <rtems/score/gcov.h>
Move <rtems/score/gcov.h> to <rtems/test-gcov.h>. These functions do not belong to an super core service.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/test-gcov.h (renamed from cpukit/include/rtems/score/gcov.h)14
1 files changed, 7 insertions, 7 deletions
diff --git a/cpukit/include/rtems/score/gcov.h b/cpukit/include/rtems/test-gcov.h
index ff8ad62a15..4c5bd44aab 100644
--- a/cpukit/include/rtems/score/gcov.h
+++ b/cpukit/include/rtems/test-gcov.h
@@ -3,10 +3,10 @@
/**
* @file
*
- * @ingroup RTEMSScoreGcov
+ * @ingroup RTEMSTestGcov
*
* @brief This header file provides the interfaces of the
- * @ref RTEMSScoreGcov.
+ * @ref RTEMSTestGcov.
*/
/*
@@ -34,8 +34,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _RTEMS_SCORE_GCOV_H
-#define _RTEMS_SCORE_GCOV_H
+#ifndef _RTEMS_TEST_GCOV_H
+#define _RTEMS_TEST_GCOV_H
#include <gcov.h>
@@ -47,9 +47,9 @@ extern "C" {
#endif /* __cplusplus */
/**
- * @defgroup RTEMSScoreGcov Gcov Support
+ * @defgroup RTEMSTestGcov Gcov Support
*
- * @ingroup RTEMSScore
+ * @ingroup RTEMSTest
*
* @brief This group contains the gocv support.
*
@@ -84,4 +84,4 @@ void _Gcov_Dump_info_base64( IO_Put_char put_char, void *arg );
}
#endif /* __cplusplus */
-#endif /* _RTEMS_SCORE_GCOV_H */
+#endif /* _RTEMS_TEST_GCOV_H */