projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[LLC]: Convert llc_ui_wait_for_ functions to use prepare_to_wait/finish_wait
[linux-2.6]
/
drivers
/
scsi
/
cpqfcTStrigger.h
1
// don't do this unless you have the right hardware!
2
#define TRIGGERABLE_HBA 0
3
#if TRIGGERABLE_HBA
4
void TriggerHBA( void*, int);
5
#else
6
#define TriggerHBA(x, y)
7
#endif
8