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 v2.6.14-rc1 8 lines 168 B view raw
1// don't do this unless you have the right hardware! 2#define TRIGGERABLE_HBA 0 3#if TRIGGERABLE_HBA 4void TriggerHBA( void*, int); 5#else 6#define TriggerHBA(x, y) 7#endif 8