summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/barriermp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/barriermp.h18
1 files changed, 13 insertions, 5 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/barriermp.h b/cpukit/rtems/include/rtems/rtems/barriermp.h
index c09b1fc6ff..c26b65339e 100644
--- a/cpukit/rtems/include/rtems/rtems/barriermp.h
+++ b/cpukit/rtems/include/rtems/rtems/barriermp.h
@@ -1,12 +1,11 @@
/**
* @file rtems/rtems/barriermp.h
- */
-
-/*
+ *
* This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Barrier Manager.
- *
- * COPYRIGHT (c) 1989-2006.
+ */
+
+/* COPYRIGHT (c) 1989-2006.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -19,6 +18,13 @@
#ifndef _RTEMS_RTEMS_SEMMP_H
#define _RTEMS_RTEMS_SEMMP_H
+/**
+ * @defgroup ClassicBarrierMP Classic API Barrier MP Support
+ *
+ * This encapsulates functionality which XXX
+ */
+/**{*/
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -137,5 +143,7 @@ Barrier_MP_Packet *_Barrier_MP_Get_packet ( void );
}
#endif
+/**@}*/
+
#endif
/* end of file */