summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/atomic.h
blob: cfc359a5ce59d0028515aa6db83f7d8e6ceeeda0 (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: GPL-2.0-only

#ifndef __ASM_ARM_ATOMIC_H
#define __ASM_ARM_ATOMIC_H

#include <asm/proc-armv/system.h>
#include <asm-generic/atomic.h>

#endif