diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/inline.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/inline.h b/src/include/inline.h index 0daaffcaa..42775d5cb 100644 --- a/src/include/inline.h +++ b/src/include/inline.h @@ -20,6 +20,11 @@ #ifndef _INLINE_H_
#define _INLINE_H_
+/**
+ * @file inline.h
+ * @brief Kernel inlined functions.
+ */
+
/*
* Inlined functions if CH_OPTIMIZE_SPEED is enabled.
* Note: static inlined functions do not duplicate the code in every module
|