]> Pileus Git - ~andy/linux/blob - drivers/staging/bcm/InterfaceIsr.h
Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'osc-pcie...
[~andy/linux] / drivers / staging / bcm / InterfaceIsr.h
1 #ifndef _INTERFACE_ISR_H
2 #define _INTERFACE_ISR_H
3
4 int CreateInterruptUrb(PS_INTERFACE_ADAPTER psIntfAdapter);
5
6
7 INT StartInterruptUrb(PS_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