M7350/kernel/arch/score/include/asm/atomic.h

8 lines
148 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef _ASM_SCORE_ATOMIC_H
#define _ASM_SCORE_ATOMIC_H
#include <asm/cmpxchg.h>
#include <asm-generic/atomic.h>
#endif /* _ASM_SCORE_ATOMIC_H */