qtnfmac: let wifi card handle channel switch request to the same chan
[linux-2.6/btrfs-unstable.git] / include / linux / irqhandler.h
blob661bed0ed1f3124ca2024559f2613507dd22221f
1 #ifndef _LINUX_IRQHANDLER_H
2 #define _LINUX_IRQHANDLER_H
4 /*
5 * Interrupt flow handler typedefs are defined here to avoid circular
6 * include dependencies.
7 */
9 struct irq_desc;
10 struct irq_data;
11 typedef void (*irq_flow_handler_t)(struct irq_desc *desc);
12 typedef void (*irq_preflow_handler_t)(struct irq_data *data);
14 #endif