]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/staging/bcm/InterfaceIsr.h
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-artful-kernel.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