Staging: bcm: Add two products and remove an existing product.
[linux/fpc-iii.git] / drivers / staging / bcm / InterfaceIsr.h
blob40399788c4191eb3ae7fa73a237d97c1569f531b
1 #ifndef _INTERFACE_ISR_H
2 #define _INTERFACE_ISR_H
4 int CreateInterruptUrb(PS_INTERFACE_ADAPTER psIntfAdapter);
7 INT StartInterruptUrb(PS_INTERFACE_ADAPTER psIntfAdapter);
10 VOID InterfaceEnableInterrupt(struct bcm_mini_adapter *Adapter);
12 VOID InterfaceDisableInterrupt(struct bcm_mini_adapter *Adapter);
14 #endif