summaryrefslogtreecommitdiff
path: root/kern/mutex_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/mutex_types.h')
-rw-r--r--kern/mutex_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/mutex_types.h b/kern/mutex_types.h
index 574f4759..01b4c4d3 100644
--- a/kern/mutex_types.h
+++ b/kern/mutex_types.h
@@ -18,8 +18,8 @@
* Isolated type definition used to avoid inclusion circular dependencies.
*/
-#ifndef _KERN_MUTEX_TYPES_H
-#define _KERN_MUTEX_TYPES_H
+#ifndef KERN_MUTEX_TYPES_H
+#define KERN_MUTEX_TYPES_H
#if defined(CONFIG_MUTEX_ADAPTIVE)
#include <kern/mutex/mutex_adaptive_types.h>
@@ -31,4 +31,4 @@
#error "unknown mutex implementation"
#endif
-#endif /* _KERN_MUTEX_TYPES_H */
+#endif /* KERN_MUTEX_TYPES_H */