summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/pipe/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/pipe/pipe.h')
-rw-r--r--cpukit/libfs/src/pipe/pipe.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/cpukit/libfs/src/pipe/pipe.h b/cpukit/libfs/src/pipe/pipe.h
index f51855c173..e9b9117f54 100644
--- a/cpukit/libfs/src/pipe/pipe.h
+++ b/cpukit/libfs/src/pipe/pipe.h
@@ -20,17 +20,18 @@
#include <rtems/libio.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/**
- * @defgroup FIFO_PIPE FIFO/pipe File System Support
+ * @defgroup FIFO_PIPE FIFO/Pipe File System Support
*
- * @brief Interface to the POSIX FIFO/pipe File System
+ * @ingroup FileSystemTypesAndMount
*
- * @{
+ * @brief Interface to the POSIX FIFO/Pipe File System
*/
+/**@{*/
+
+#ifdef __cplusplus
+extern "C" {
+#endif
/* Control block to manage each pipe */
typedef struct pipe_control {