Sign in
gem5
/
arm
/
linux
/
44f6c01242da4e162f28d8e1216a8c7a91174605
/
.
/
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