Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Peter Zijlstra | b0d8003 | 2015-04-24 00:49:20 +0200 | [diff] [blame] | 2 | |
3 | #include <linux/export.h> | ||||
4 | #include <asm/atomic.h> | ||||
5 | |||||
6 | #define __ATOMIC_LIB__ | ||||
7 | |||||
8 | #include <asm/atomic_defs.h> |