12345678910111213141516171819202122232425 |
- #ifndef MVME147_H
- #include <linux/types.h>
- int mvme147_detect(struct scsi_host_template *);
- int mvme147_release(struct Scsi_Host *);
- #ifndef CMD_PER_LUN
- #define CMD_PER_LUN 2
- #endif
- #ifndef CAN_QUEUE
- #define CAN_QUEUE 16
- #endif
- #endif
|