summaryrefslogtreecommitdiff
path: root/isr.h
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2016-01-06 13:18:01 +0100
committerBjørn Mork <bjorn@mork.no>2016-01-06 13:18:01 +0100
commitf988b02dad561cef24a68180a56eecf1700cfa36 (patch)
tree06165b980f70dd27b7f4244fbd26869afa05e28f /isr.h
parentd5f375c39db18319f61d1f4f4b2d470750eed4c3 (diff)
parent99d3879cc72f2a25d44fb4bee96fd84eca028b04 (diff)
Merge remote-tracking branch 'origin/master' into bmork-current20160106bmork-current
Diffstat (limited to 'isr.h')
-rw-r--r--isr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isr.h b/isr.h
index 4c317e2..ec916b8 100644
--- a/isr.h
+++ b/isr.h
@@ -21,6 +21,7 @@
#include <linux/interrupt.h>
irqreturn_t mwl_isr(int irq, void *dev_id);
+void mwl_chnl_switch_event(struct work_struct *work);
void mwl_watchdog_ba_events(struct work_struct *work);
#endif /* _ISR_H_ */