summaryrefslogtreecommitdiff
path: root/kern/mutex/mutex_adaptive_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/mutex/mutex_adaptive_i.h')
-rw-r--r--kern/mutex/mutex_adaptive_i.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kern/mutex/mutex_adaptive_i.h b/kern/mutex/mutex_adaptive_i.h
index 6ff1277..ce2ac4f 100644
--- a/kern/mutex/mutex_adaptive_i.h
+++ b/kern/mutex/mutex_adaptive_i.h
@@ -15,10 +15,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _KERN_MUTEX_ADAPTIVE_I_H
-#define _KERN_MUTEX_ADAPTIVE_I_H
+#ifndef KERN_MUTEX_ADAPTIVE_I_H
+#define KERN_MUTEX_ADAPTIVE_I_H
-#ifndef _KERN_MUTEX_H
+#ifndef KERN_MUTEX_H
#error "don't include <kern/mutex/mutex_adaptive_i.h> directly," \
" use <kern/mutex.h> instead"
#endif
@@ -143,4 +143,4 @@ INIT_OP_DECLARE(mutex_adaptive_bootstrap);
#define mutex_impl_setup mutex_adaptive_setup
INIT_OP_DECLARE(mutex_adaptive_setup);
-#endif /* _KERN_MUTEX_ADAPTIVE_I_H */
+#endif /* KERN_MUTEX_ADAPTIVE_I_H */