xref: /openbmc/linux/arch/xtensa/include/asm/spinlock.h (revision 367b8112)
1367b8112SChris Zankel /*
2367b8112SChris Zankel  * include/asm-xtensa/spinlock.h
3367b8112SChris Zankel  *
4367b8112SChris Zankel  * This file is subject to the terms and conditions of the GNU General Public
5367b8112SChris Zankel  * License.  See the file "COPYING" in the main directory of this archive
6367b8112SChris Zankel  * for more details.
7367b8112SChris Zankel  *
8367b8112SChris Zankel  * Copyright (C) 2001 - 2005 Tensilica Inc.
9367b8112SChris Zankel  */
10367b8112SChris Zankel 
11367b8112SChris Zankel #ifndef _XTENSA_SPINLOCK_H
12367b8112SChris Zankel #define _XTENSA_SPINLOCK_H
13367b8112SChris Zankel 
14367b8112SChris Zankel #include <linux/spinlock.h>
15367b8112SChris Zankel 
16367b8112SChris Zankel #endif	/* _XTENSA_SPINLOCK_H */
17