Ben Dooks | 17f6b11 | 2023-05-05 09:02:05 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Copyright 2023 SiFive, Inc. | ||||
4 | */ | ||||
5 | |||||
6 | #ifndef __RISCV_ATOMIC_H | ||||
7 | #define __RISCV_ATOMIC_H | ||||
8 | |||||
9 | /* use the generic asm/atomic.h until we define a better one */ | ||||
10 | |||||
11 | #include <asm/system.h> | ||||
12 | #include <asm-generic/atomic.h> | ||||
13 | |||||
14 | #endif |