From 8e428dbd1a48615c36c8c086dd51079050c9fb1c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 6 Feb 2010 12:31:09 +0000 Subject: Kernel headers cleanup. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1568 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/src/chlists.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os/kernel/src') 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 * @{ -- cgit v1.2.3