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