blob: ee81297d9117ef0b2e26e40619a2f4391e4ca80f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
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 Baechlef65e4fa2006-09-28 01:45:21 +01006 * Copyright (C) 1999, 2000, 06 Ralf Baechle (ralf@linux-mips.org)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
8 */
9#ifndef _ASM_SPINLOCK_H
10#define _ASM_SPINLOCK_H
11
Peter Zijlstra726328d2016-05-26 10:35:03 +020012#include <asm/processor.h>
Paul Burton25da4e92017-06-09 17:26:42 -070013#include <asm/qrwlock.h>
Paul Burton0b17c962017-06-09 17:26:43 -070014#include <asm/qspinlock.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070015
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#endif /* _ASM_SPINLOCK_H */