Merge tag 'gpio-v3.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6.git] / drivers / staging / bcm / InterfaceIsr.h
blob3073bd71cfebb8d216d521a0c698c08046dd5f66
1 #ifndef _INTERFACE_ISR_H
2 #define _INTERFACE_ISR_H
4 int CreateInterruptUrb(struct bcm_interface_adapter *psIntfAdapter);
7 INT StartInterruptUrb(struct bcm_interface_adapter *psIntfAdapter);
10 VOID InterfaceEnableInterrupt(struct bcm_mini_adapter *Adapter);
12 VOID InterfaceDisableInterrupt(struct bcm_mini_adapter *Adapter);
14 #endif