summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/states.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/states.h18
1 files changed, 15 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/states.h b/cpukit/score/include/rtems/score/states.h
index 59d27c274e..0ed5db73b1 100644
--- a/cpukit/score/include/rtems/score/states.h
+++ b/cpukit/score/include/rtems/score/states.h
@@ -1,8 +1,11 @@
-/* states.h
+/**
+ * @file states.h
*
* This include file contains thread execution state information.
- *
- * COPYRIGHT (c) 1989-1999.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2004.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -15,6 +18,13 @@
#ifndef __RTEMS_STATES_h
#define __RTEMS_STATES_h
+/**
+ * @defgroup ScoreStates Thread States Handler
+ *
+ * This group contains functionality which XXX
+ */
+/**@{*/
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -79,5 +89,7 @@ typedef uint32_t States_Control;
}
#endif
+/**@}*/
+
#endif
/* end of include file */