xref: /openbmc/u-boot/arch/xtensa/include/asm/atomic.h (revision 592cd5de)
183d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
2c978b524SChris Zankel /*
3c978b524SChris Zankel  * Copyright (C) 2016 Cadence Design Systems Inc.
4c978b524SChris Zankel  */
5c978b524SChris Zankel 
6c978b524SChris Zankel #ifndef _XTENSA_ATOMIC_H
7c978b524SChris Zankel #define _XTENSA_ATOMIC_H
8c978b524SChris Zankel 
9c978b524SChris Zankel #include <asm/system.h>
10*47cef9c8SChris Packham #include <asm-generic/atomic.h>
11c978b524SChris Zankel 
12c978b524SChris Zankel #endif
13