2005-04-17 05:20:36 +07:00
|
|
|
/*
|
|
|
|
* This file is subject to the terms and conditions of the GNU General Public
|
|
|
|
* License. See the file "COPYING" in the main directory of this archive
|
|
|
|
* for more details.
|
|
|
|
*
|
2006-09-28 07:45:21 +07:00
|
|
|
* Copyright (C) 1999, 2000, 06 Ralf Baechle (ralf@linux-mips.org)
|
2005-04-17 05:20:36 +07:00
|
|
|
* Copyright (C) 1999, 2000 Silicon Graphics, Inc.
|
|
|
|
*/
|
|
|
|
#ifndef _ASM_SPINLOCK_H
|
|
|
|
#define _ASM_SPINLOCK_H
|
|
|
|
|
2016-05-26 15:35:03 +07:00
|
|
|
#include <asm/processor.h>
|
2017-06-10 07:26:42 +07:00
|
|
|
#include <asm/qrwlock.h>
|
2017-06-10 07:26:43 +07:00
|
|
|
#include <asm/qspinlock.h>
|
2005-04-17 05:20:36 +07:00
|
|
|
|
|
|
|
#endif /* _ASM_SPINLOCK_H */
|