Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Chris Zankel | c978b52 | 2016-08-10 18:36:44 +0300 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2016 Cadence Design Systems Inc. |
Chris Zankel | c978b52 | 2016-08-10 18:36:44 +0300 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef _XTENSA_ATOMIC_H |
| 7 | #define _XTENSA_ATOMIC_H |
| 8 | |
| 9 | #include <asm/system.h> |
Chris Packham | 47cef9c | 2018-09-08 21:39:07 +1200 | [diff] [blame] | 10 | #include <asm-generic/atomic.h> |
Chris Zankel | c978b52 | 2016-08-10 18:36:44 +0300 | [diff] [blame] | 11 | |
| 12 | #endif |