summaryrefslogtreecommitdiff
path: root/kern/mutex/mutex_pi_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/mutex/mutex_pi_i.h')
-rw-r--r--kern/mutex/mutex_pi_i.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kern/mutex/mutex_pi_i.h b/kern/mutex/mutex_pi_i.h
index 14f63be0..f3bb28fa 100644
--- a/kern/mutex/mutex_pi_i.h
+++ b/kern/mutex/mutex_pi_i.h
@@ -15,10 +15,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _KERN_MUTEX_PI_I_H
-#define _KERN_MUTEX_PI_I_H
+#ifndef KERN_MUTEX_PI_I_H
+#define KERN_MUTEX_PI_I_H
-#ifndef _KERN_MUTEX_H
+#ifndef KERN_MUTEX_H
#error "don't include <kern/mutex/mutex_pi_i.h> directly," \
" use <kern/mutex.h> instead"
#endif
@@ -72,4 +72,4 @@ mutex_impl_unlock(struct mutex *mutex)
#define mutex_impl_bootstrap rtmutex_bootstrap
#define mutex_impl_setup rtmutex_setup
-#endif /* _KERN_MUTEX_PI_I_H */
+#endif /* KERN_MUTEX_PI_I_H */