Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.1-rc5 15 lines 293 B view raw
1#ifndef _INTERFACE_ISR_H 2#define _INTERFACE_ISR_H 3 4int CreateInterruptUrb(PS_INTERFACE_ADAPTER psIntfAdapter); 5 6 7INT StartInterruptUrb(PS_INTERFACE_ADAPTER psIntfAdapter); 8 9 10VOID InterfaceEnableInterrupt(PMINI_ADAPTER Adapter); 11 12VOID InterfaceDisableInterrupt(PMINI_ADAPTER Adapter); 13 14#endif 15