repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] W1: w1_netlink: New init/fini netlink callbacks.
[linux-2.6/verdex.git]
/
drivers
/
scsi
/
cpqfcTStrigger.h
blob
c961792e6be0da38f2f0f1fafdb6432e4d716a03
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