From e99b06592a7a65569e4b5697fe11a5004dfc7671 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 27 Feb 2010 09:43:45 +0000 Subject: Forgot this one... git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1684 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/include/chinline.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'os') diff --git a/os/kernel/include/chinline.h b/os/kernel/include/chinline.h index c70040d55..a0beb7455 100644 --- a/os/kernel/include/chinline.h +++ b/os/kernel/include/chinline.h @@ -17,16 +17,16 @@ along with this program. If not, see . */ -#ifndef _INLINE_H_ -#define _INLINE_H_ - /** - * @file inline.h + * @file chinline.h * @brief Kernel inlined functions. * @details In this file there are a set of inlined functions if the * @p CH_OPTIMIZE_SPEED is enabled. */ +#ifndef _CHINLINE_H_ +#define _CHINLINE_H_ + /* If the performance code path has been chosen then all the following functions are inlined into the various kernel modules.*/ #if CH_OPTIMIZE_SPEED @@ -81,4 +81,4 @@ static INLINE Thread *list_remove(ThreadsList *tlp) { } #endif /* CH_OPTIMIZE_SPEED */ -#endif /* _INLINE_H_ */ +#endif /* _CHINLINE_H_ */ -- cgit v1.2.3