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>2021-12-04 13:22:38 +0100
commitfcd067227f8dc0647cc102859794619f387c7327 (patch)
tree0011db762eebb88eeb025f924c2239cc27783510 /cpukit/include/sys/statvfs.h
parentc47620ec69e73b6582db0de13d5eb96106ff5264 (diff)
Doxygen: Adding Doxygen groups to filesqual-50
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 e065a1b46e..f9f5183daf 100644
--- a/cpukit/include/sys/statvfs.h
+++ b/cpukit/include/sys/statvfs.h
@@ -1,6 +1,8 @@
/**
* @file
*
+ * @ingroup RTEMSAPIStatvfs
+ *
* @brief Interface to the statvfs() Set of API Methods
*
* This include file defines the interface to the statvfs() set of
@@ -20,6 +22,12 @@
/*
*/
+/**
+ * @defgroup RTEMSAPIStatvfs statvfs API Methods
+ *
+ * @ingroup RTEMSAPI
+ */
+
#ifndef _SYS_STATVFS_H_
#define _SYS_STATVFS_H_