Sign in
zircon-guest
/
third_party
/
linux
/
cc63b1e12b378c44e074571d5688c23be823b04c
/
.
/
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