aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/include/asm/atomic.h
blob: 56700980b9be8bbad1f463dcbafb54e0540a2585 (plain) (blame)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_SCORE_ATOMIC_H
#define _ASM_SCORE_ATOMIC_H

#include <asm/cmpxchg.h>
#include <asm-generic/atomic.h>

#endif /* _ASM_SCORE_ATOMIC_H */