xref: /openbmc/u-boot/arch/mips/include/asm/atomic.h (revision 407b5b956a2e0facf6668fc8b295f4be9205c83e)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2016 Cadence Design Systems Inc.
4  */
5 
6 #ifndef _MIPS_ATOMIC_H
7 #define _MIPS_ATOMIC_H
8 
9 #include <asm/system.h>
10 #include <asm-generic/atomic.h>
11 
12 #endif
13