Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
68b3aa7c9805aee9005a8ca53c5e99177961fbb9
/
.
/
drivers
/
scsi
/
cpqfcTStrigger.h
blob: c961792e6be0da38f2f0f1fafdb6432e4d716a03 [
file
] [
log
] [
blame
]
// don't do this unless you have the right hardware!
#define
TRIGGERABLE_HBA
0
#if TRIGGERABLE_HBA
void
TriggerHBA
(
void
*,
int
);
#else
#define
TriggerHBA
(
x
,
y
)
#endif