Annotation of Gnu-Mach/linux/src/drivers/scsi/qlogicfas.h, revision 1.1.1.1

1.1       root        1: #ifndef _QLOGICFAS_H
                      2: #define _QLOGICFAS_H
                      3: 
                      4: int qlogicfas_detect(Scsi_Host_Template * );
                      5: const char * qlogicfas_info(struct Scsi_Host *);
                      6: int qlogicfas_command(Scsi_Cmnd *);
                      7: int qlogicfas_queuecommand(Scsi_Cmnd *, void (* done)(Scsi_Cmnd *));
                      8: int qlogicfas_abort(Scsi_Cmnd *);
                      9: int qlogicfas_reset(Scsi_Cmnd *, unsigned int flags);
                     10: int qlogicfas_biosparam(Disk *, kdev_t, int[]);
                     11: 
                     12: #ifndef NULL
                     13: #define NULL (0)
                     14: #endif
                     15: 
                     16: #define QLOGICFAS {            \
                     17:        NULL,                   \
                     18:        NULL,                   \
                     19:        NULL,                   \
                     20:        NULL,                   \
                     21:        NULL,                   \
                     22:        qlogicfas_detect,       \
                     23:        NULL,                   \
                     24:        qlogicfas_info,         \
                     25:        qlogicfas_command,      \
                     26:        qlogicfas_queuecommand, \
                     27:        qlogicfas_abort,        \
                     28:        qlogicfas_reset,        \
                     29:        NULL,                   \
                     30:        qlogicfas_biosparam,    \
                     31:        0,                      \
                     32:        -1,                     \
                     33:        SG_ALL,                 \
                     34:        1,                      \
                     35:        0,                      \
                     36:        0,                      \
                     37:        DISABLE_CLUSTERING      \
                     38: }
                     39: 
                     40: #endif /* _QLOGICFAS_H */
                     41: 
                     42: 
                     43: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.