patch-2.1.106 linux/include/asm-arm/fiq.h
Next file: linux/include/asm-arm/floppy.h
Previous file: linux/include/asm-arm/bitops.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sat Jun 13 13:11:12 1998
- Orig file:
v2.1.105/linux/include/asm-arm/fiq.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.105/linux/include/asm-arm/fiq.h linux/include/asm-arm/fiq.h
@@ -0,0 +1,16 @@
+/* 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