blob: f541fb4daa3c4440a18ced9aebfd2692b6fbb36d [file] [log] [blame]
Ben Dooks17f6b112023-05-05 09:02:05 +01001/* 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