9 lines
141 B
C
9 lines
141 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
#include <linux/export.h>
|
||
|
#include <asm/atomic.h>
|
||
|
|
||
|
#define __ATOMIC_LIB__
|
||
|
|
||
|
#include <asm/atomic_defs.h>
|