| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * This file is subject to the terms and conditions of the GNU General Public |
| 3 | * License. See the file "COPYING" in the main directory of this archive |
| 4 | * for more details. |
| 5 | * |
| Ralf Baechle | f65e4fa | 2006-09-28 01:45:21 +0100 | [diff] [blame] | 6 | * Copyright (C) 1999, 2000, 06 Ralf Baechle (ralf@linux-mips.org) |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | * Copyright (C) 1999, 2000 Silicon Graphics, Inc. |
| 8 | */ |
| 9 | #ifndef _ASM_SPINLOCK_H |
| 10 | #define _ASM_SPINLOCK_H |
| 11 | |
| Peter Zijlstra | 726328d | 2016-05-26 10:35:03 +0200 | [diff] [blame] | 12 | #include <asm/processor.h> |
| Paul Burton | 25da4e9 | 2017-06-09 17:26:42 -0700 | [diff] [blame] | 13 | #include <asm/qrwlock.h> |
| Paul Burton | 0b17c96 | 2017-06-09 17:26:43 -0700 | [diff] [blame] | 14 | #include <asm/qspinlock.h> |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | #endif /* _ASM_SPINLOCK_H */ |