Sign in
android-kvm
/
linux
/
0f64474b8f7f1f7f3af5b24ef997baa35f923509
/
.
/
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