Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __TOOLS_LINUX_ASM_ATOMIC_H
0003 #define __TOOLS_LINUX_ASM_ATOMIC_H
0004 
0005 #if defined(__i386__) || defined(__x86_64__)
0006 #include "../../arch/x86/include/asm/atomic.h"
0007 #else
0008 #include <asm-generic/atomic-gcc.h>
0009 #endif
0010 
0011 #endif /* __TOOLS_LINUX_ASM_ATOMIC_H */