aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/mutex.h
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2021-12-19 10:42:42 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2022-01-10 19:49:38 +0000
commit307f78f3ed90a4145eeb2c8cc79bc95b2666f57a (patch)
tree5e166811f5df5a5efbb7a51d848ed0a82e29683d /sys/compat/linuxkpi/common/include/linux/mutex.h
parent98b129783c478616f59b3b9c9576a303f7ed67de (diff)
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/mutex.h')
-rw-r--r--sys/compat/linuxkpi/common/include/linux/mutex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/mutex.h b/sys/compat/linuxkpi/common/include/linux/mutex.h
index bdf0b4dbdb2d..7af95e9d2dc5 100644
--- a/sys/compat/linuxkpi/common/include/linux/mutex.h
+++ b/sys/compat/linuxkpi/common/include/linux/mutex.h
@@ -28,8 +28,8 @@
*
* $FreeBSD$
*/
-#ifndef _LINUX_MUTEX_H_
-#define _LINUX_MUTEX_H_
+#ifndef _LINUXKPI_LINUX_MUTEX_H_
+#define _LINUXKPI_LINUX_MUTEX_H_
#include <sys/param.h>
#include <sys/proc.h>
@@ -173,4 +173,4 @@ linux_mutex_destroy(mutex_t *m)
extern int linux_mutex_lock_interruptible(mutex_t *m);
-#endif /* _LINUX_MUTEX_H_ */
+#endif /* _LINUXKPI_LINUX_MUTEX_H_ */