xref: /openbmc/u-boot/arch/mips/include/asm/atomic.h (revision 02df9c5a67a6955b798a09787568120b802558dd)
1503f6f75SStefan Roese /* SPDX-License-Identifier: GPL-2.0+ */
2503f6f75SStefan Roese /*
3503f6f75SStefan Roese  * Copyright (C) 2016 Cadence Design Systems Inc.
4503f6f75SStefan Roese  */
5503f6f75SStefan Roese 
6503f6f75SStefan Roese #ifndef _MIPS_ATOMIC_H
7503f6f75SStefan Roese #define _MIPS_ATOMIC_H
8503f6f75SStefan Roese 
9503f6f75SStefan Roese #include <asm/system.h>
10*02df9c5aSChris Packham #include <asm-generic/atomic.h>
11503f6f75SStefan Roese 
12503f6f75SStefan Roese #endif
13