aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/cpqfcTStrigger.h
blob: c961792e6be0da38f2f0f1fafdb6432e4d716a03 (plain)
1
2
3
4
5
6
7
8
// 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