summaryrefslogtreecommitdiff
path: root/cpukit/include/sys/statvfs.h
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2021-12-03 23:17:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-04-12 08:37:55 +0200
commita619d32868c3ca1d9100f8a0892a758e17ed1f52 (patch)
treea16b097c3be10d1873063326d4b7d50be75458df /cpukit/include/sys/statvfs.h
parent3c5510e9c781091cb7b3a3b57a99fbd2fa78e7a0 (diff)
Doxygen: Adding Doxygen groups to filesqual-58
Diffstat (limited to 'cpukit/include/sys/statvfs.h')
-rw-r--r--cpukit/include/sys/statvfs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/include/sys/statvfs.h b/cpukit/include/sys/statvfs.h
index 52d8e9d3fa..062d66ce02 100644
--- a/cpukit/include/sys/statvfs.h
+++ b/cpukit/include/sys/statvfs.h
@@ -3,6 +3,8 @@
/**
* @file
*
+ * @ingroup RTEMSAPIStatvfs
+ *
* @brief Interface to the statvfs() Set of API Methods
*
* This include file defines the interface to the statvfs() set of
@@ -39,6 +41,12 @@
/*
*/
+/**
+ * @defgroup RTEMSAPIStatvfs statvfs API Methods
+ *
+ * @ingroup RTEMSAPI
+ */
+
#ifndef _SYS_STATVFS_H_
#define _SYS_STATVFS_H_