diff options
Diffstat (limited to 'arch/x86/machine/atomic.h')
-rw-r--r-- | arch/x86/machine/atomic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/atomic.h b/arch/x86/machine/atomic.h index ce41358..344a029 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 */ |