patch-2.4.22 linux-2.4.22/include/asm-mips/dec/ioasic.h

Next file: linux-2.4.22/include/asm-mips/dec/ioasic_addrs.h
Previous file: linux-2.4.22/include/asm-mips/dec/interrupts.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-mips/dec/ioasic.h linux-2.4.22/include/asm-mips/dec/ioasic.h
@@ -3,7 +3,7 @@
  *
  *	DEC I/O ASIC access operations.
  *
- *	Copyright (C) 2000, 2002  Maciej W. Rozycki
+ *	Copyright (C) 2000, 2002, 2003  Maciej W. Rozycki
  *
  *	This program is free software; you can redistribute it and/or
  *	modify it under the terms of the GNU General Public License
@@ -14,8 +14,11 @@
 #ifndef __ASM_DEC_IOASIC_H
 #define __ASM_DEC_IOASIC_H
 
+#include <linux/spinlock.h>
 #include <linux/types.h>
 
+extern spinlock_t ioasic_ssr_lock;
+
 extern volatile u32 *ioasic_base;
 
 static inline void ioasic_write(unsigned int reg, u32 v)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)