Linux-libre 3.14.34-gnu
[librecmc/linux-libre.git] / drivers / staging / bcm / InterfaceIsr.h
1 #ifndef _INTERFACE_ISR_H
2 #define _INTERFACE_ISR_H
3
4 int CreateInterruptUrb(struct bcm_interface_adapter *psIntfAdapter);
5
6
7 INT StartInterruptUrb(struct bcm_interface_adapter *psIntfAdapter);
8
9
10 VOID InterfaceEnableInterrupt(struct bcm_mini_adapter *Adapter);
11
12 VOID InterfaceDisableInterrupt(struct bcm_mini_adapter *Adapter);
13
14 #endif
15