summaryrefslogtreecommitdiff
path: root/arch/x86/machine/atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/atomic.h')
-rw-r--r--arch/x86/machine/atomic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/atomic.h b/arch/x86/machine/atomic.h
index ce413582..344a029c 100644
--- a/arch/x86/machine/atomic.h
+++ b/arch/x86/machine/atomic.h
@@ -19,8 +19,8 @@
* Architecture-specific definitions for atomic operations.
*/
-#ifndef _X86_ATOMIC_H
-#define _X86_ATOMIC_H
+#ifndef X86_ATOMIC_H
+#define X86_ATOMIC_H
#ifndef KERN_ATOMIC_H
#error "don't include <machine/atomic.h> directly, use <kern/atomic.h> instead"
@@ -101,4 +101,4 @@ MACRO_END
#endif /* __clang__ */
-#endif /* _X86_ATOMIC_H */
+#endif /* X86_ATOMIC_H */