aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chregistry.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chregistry.h')
-rw-r--r--os/kernel/include/chregistry.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chregistry.h b/os/kernel/include/chregistry.h
index 2bff903e8..0c4ba8eb9 100644
--- a/os/kernel/include/chregistry.h
+++ b/os/kernel/include/chregistry.h
@@ -18,15 +18,15 @@
*/
/**
- * @file registry.h
+ * @file chregistry.h
* @brief Threads registry macros and structures.
*
* @addtogroup registry
* @{
*/
-#ifndef _REGISTRY_H_
-#define _REGISTRY_H_
+#ifndef _CHREGISTRY_H_
+#define _CHREGISTRY_H_
#if CH_USE_REGISTRY
@@ -64,6 +64,6 @@ extern "C" {
#endif /* CH_USE_REGISTRY */
-#endif /* _REGISTRY_H_ */
+#endif /* _CHREGISTRY_H_ */
/** @} */