/* SPDX-License-Identifier: GPL-2.0+ */ /* * Based on arch/riscv/include/asm/atomic.h which is: * Copyright 2023 SiFive, Inc. */ #ifndef __SANDBOX_ATOMIC_H #define __SANDBOX_ATOMIC_H /* use the generic asm/atomic.h until we define a better one */ #include #include #endif