diff options
Diffstat (limited to 'os/kernel/src')
-rw-r--r-- | os/kernel/src/chlists.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/kernel/src/chlists.c b/os/kernel/src/chlists.c index 2aeb55ecb..9b309ceea 100644 --- a/os/kernel/src/chlists.c +++ b/os/kernel/src/chlists.c @@ -20,6 +20,9 @@ /**
* @file chlists.c
* @brief Thread queues/lists code.
+ * @note All the functions present in this module, while public, are not
+ * an OS API and should not be directly used in the user applications
+ * code.
*
* @addtogroup internals
* @{
|