aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chmemcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-27 08:54:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-27 08:54:22 +0000
commit5fb790997fec3b9d965c57e57b4edd156c8b8954 (patch)
treefb59e930042fa099831e6ddb68a9e8cc55b12aee /os/kernel/include/chmemcore.h
parent411e6a635117a17986c22d98176e80c6921f70a6 (diff)
downloadChibiOS-5fb790997fec3b9d965c57e57b4edd156c8b8954.tar.gz
ChibiOS-5fb790997fec3b9d965c57e57b4edd156c8b8954.tar.bz2
ChibiOS-5fb790997fec3b9d965c57e57b4edd156c8b8954.zip
Renamed the kernel header to match their source files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1679 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/include/chmemcore.h')
-rw-r--r--os/kernel/include/chmemcore.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chmemcore.h b/os/kernel/include/chmemcore.h
index 381339938..7888222b3 100644
--- a/os/kernel/include/chmemcore.h
+++ b/os/kernel/include/chmemcore.h
@@ -18,15 +18,15 @@
*/
/**
- * @file memcore.h
+ * @file chmemcore.h
* @brief Core memory manager macros and structures.
*
* @addtogroup memcore
* @{
*/
-#ifndef _MEMCORE_H_
-#define _MEMCORE_H_
+#ifndef _CHMEMCORE_H_
+#define _CHMEMCORE_H_
/**
* @brief Memory get function.
@@ -66,6 +66,6 @@ extern "C" {
#endif /* CH_USE_MEMCORE */
-#endif /* _MEMCORE_H_ */
+#endif /* _CHMEMCORE_H_ */
/** @} */