summaryrefslogtreecommitdiff
path: root/kern/rtmutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/rtmutex.h')
-rw-r--r--kern/rtmutex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/rtmutex.h b/kern/rtmutex.h
index 90b3438d..396b2dff 100644
--- a/kern/rtmutex.h
+++ b/kern/rtmutex.h
@@ -21,8 +21,8 @@
* inheritance is unconditionally enabled.
*/
-#ifndef _KERN_RTMUTEX_H
-#define _KERN_RTMUTEX_H
+#ifndef KERN_RTMUTEX_H
+#define KERN_RTMUTEX_H
#include <assert.h>
#include <stdint.h>
@@ -138,4 +138,4 @@ rtmutex_unlock(struct rtmutex *rtmutex)
INIT_OP_DECLARE(rtmutex_bootstrap);
INIT_OP_DECLARE(rtmutex_setup);
-#endif /* _KERN_RTMUTEX_H */
+#endif /* KERN_RTMUTEX_H */