aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chdynamic.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chdynamic.h')
-rw-r--r--os/kernel/include/chdynamic.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/os/kernel/include/chdynamic.h b/os/kernel/include/chdynamic.h
index d28909aca..a8ba91a86 100644
--- a/os/kernel/include/chdynamic.h
+++ b/os/kernel/include/chdynamic.h
@@ -31,6 +31,18 @@
#if CH_USE_DYNAMIC || defined(__DOXYGEN__)
+/*===========================================================================*/
+/* Module constants. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Module pre-compile time settings. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Derived constants and error checks. */
+/*===========================================================================*/
+
/*
* Module dependencies check.
*/
@@ -41,6 +53,18 @@
#error "CH_USE_DYNAMIC requires CH_USE_HEAP and/or CH_USE_MEMPOOLS"
#endif
+/*===========================================================================*/
+/* Module data structures and types. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Module macros. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* External declarations. */
+/*===========================================================================*/
+
/*
* Dynamic threads APIs.
*/
@@ -61,6 +85,10 @@ extern "C" {
}
#endif
+/*===========================================================================*/
+/* Module inline functions. */
+/*===========================================================================*/
+
#endif /* CH_USE_DYNAMIC */
#endif /* _CHDYNAMIC_H_ */