patch-2.1.110 linux/include/asm-arm/fiq.h
Next file: linux/include/asm-arm/init.h
Previous file: linux/include/asm-arm/elf.h
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Sat Jul 18 11:55:25 1998
-  Orig file: 
v2.1.109/linux/include/asm-arm/fiq.h
-  Orig date: 
Tue Jun 23 10:01:26 1998
diff -u --recursive --new-file v2.1.109/linux/include/asm-arm/fiq.h linux/include/asm-arm/fiq.h
@@ -14,3 +14,19 @@
 extern void release_fiq(struct fiq_handler *f);
 
 #endif
+/* Support for FIQ on ARM architectures.
+ * Written by Philip Blundell <philb@gnu.org>, 1998
+ */
+
+#ifndef __ASM_FIQ_H
+#define __ASM_FIQ_H
+
+struct fiq_handler {
+	 const char *name;
+	 int (*callback)(void);
+};
+
+extern int claim_fiq(struct fiq_handler *f);
+extern void release_fiq(struct fiq_handler *f);
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov