diff options
Diffstat (limited to 'drivers/scsi/cpqfcTStrigger.h')
-rw-r--r-- | drivers/scsi/cpqfcTStrigger.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/scsi/cpqfcTStrigger.h b/drivers/scsi/cpqfcTStrigger.h new file mode 100644 index 000000000000..c961792e6be0 --- /dev/null +++ b/drivers/scsi/cpqfcTStrigger.h | |||
@@ -0,0 +1,8 @@ | |||
1 | // don't do this unless you have the right hardware! | ||
2 | #define TRIGGERABLE_HBA 0 | ||
3 | #if TRIGGERABLE_HBA | ||
4 | void TriggerHBA( void*, int); | ||
5 | #else | ||
6 | #define TriggerHBA(x, y) | ||
7 | #endif | ||
8 | |||