summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/options.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/options.h22
1 files changed, 13 insertions, 9 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/options.h b/cpukit/rtems/include/rtems/rtems/options.h
index 70f17d700c..a0f5c444d6 100644
--- a/cpukit/rtems/include/rtems/rtems/options.h
+++ b/cpukit/rtems/include/rtems/rtems/options.h
@@ -1,12 +1,11 @@
/**
* @file rtems/rtems/options.h
- */
-
-/*
+ *
* This include file contains information which defines the
* options available on many directives.
- *
- * COPYRIGHT (c) 1989-1999.
+ */
+
+/* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -23,18 +22,23 @@
extern "C" {
#endif
-/*
+/**
+ * @defgroup ClassicOptions Classic API Options
+ *
+ * This encapsulates functionality which XXX
+ */
+/**@{*/
+
+/**
* The following type defines the control block used to manage
* option sets.
*/
-
typedef uint32_t rtems_option;
-/*
+/**
* The following constants define the individual options which may
* be used to compose an option set.
*/
-
#define RTEMS_DEFAULT_OPTIONS 0x00000000
#define RTEMS_WAIT 0x00000000 /* wait on resource */