Sign in
googlers
/
maze
/
linux
/
adf25df1be2e3843f786a2562202c7897bbd149d
/
.
/
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