InterfaceIsr.h 333 B

123456789101112131415
  1. #ifndef _INTERFACE_ISR_H
  2. #define _INTERFACE_ISR_H
  3. int CreateInterruptUrb(struct bcm_interface_adapter *psIntfAdapter);
  4. INT StartInterruptUrb(struct bcm_interface_adapter *psIntfAdapter);
  5. VOID InterfaceEnableInterrupt(struct bcm_mini_adapter *Adapter);
  6. VOID InterfaceDisableInterrupt(struct bcm_mini_adapter *Adapter);
  7. #endif