Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at aaed2dd8a31359e5767ee099ecbb078d55be4d29 10 lines 253 B view raw
1#ifndef __TOOLS_LINUX_ASM_ATOMIC_H 2#define __TOOLS_LINUX_ASM_ATOMIC_H 3 4#if defined(__i386__) || defined(__x86_64__) 5#include "../../arch/x86/include/asm/atomic.h" 6#else 7#include <asm-generic/atomic-gcc.h> 8#endif 9 10#endif /* __TOOLS_LINUX_ASM_ATOMIC_H */