|
|
1.1 root 1: #ifndef _SCSI_DEBUG_H
2:
3: #include <linux/types.h>
4: #include <linux/kdev_t.h>
5:
6: int scsi_debug_detect(Scsi_Host_Template *);
7: int scsi_debug_command(Scsi_Cmnd *);
8: int scsi_debug_queuecommand(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
9: int scsi_debug_abort(Scsi_Cmnd *);
10: int scsi_debug_biosparam(Disk *, kdev_t, int[]);
11: int scsi_debug_reset(Scsi_Cmnd *);
12: int scsi_debug_proc_info(char *, char **, off_t, int, int, int);
13:
14: #ifndef NULL
15: #define NULL 0
16: #endif
17:
18:
19: #define SCSI_DEBUG_MAILBOXES 8
20:
21: #define SCSI_DEBUG {NULL, NULL, NULL, scsi_debug_proc_info, \
22: "SCSI DEBUG", scsi_debug_detect, NULL, \
23: NULL, scsi_debug_command, \
24: scsi_debug_queuecommand, \
25: scsi_debug_abort, \
26: scsi_debug_reset, \
27: NULL, \
28: scsi_debug_biosparam, \
29: SCSI_DEBUG_MAILBOXES, 7, SG_ALL, 1, 0, 1, ENABLE_CLUSTERING}
30: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.