Stefan Roese | 503f6f7 | 2018-08-16 15:27:29 +0200 | [diff] [blame] | 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> | ||||
Chris Packham | 02df9c5 | 2018-09-08 21:39:06 +1200 | [diff] [blame] | 10 | #include <asm-generic/atomic.h> |
Stefan Roese | 503f6f7 | 2018-08-16 15:27:29 +0200 | [diff] [blame] | 11 | |
12 | #endif |