summaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/atomic.h
blob: 2fe49f52f34e5a1723a7550ee4f10f503e3af52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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 <asm/system.h>
#include <asm-generic/atomic.h>

#endif