summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/atomic.h
blob: f541fb4daa3c4440a18ced9aebfd2692b6fbb36d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright 2023 SiFive, Inc.
 */

#ifndef __RISCV_ATOMIC_H
#define __RISCV_ATOMIC_H

/* use the generic asm/atomic.h until we define a better one */

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

#endif