OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [drivers/] [scsi/] [qlogicfas.h] - Blame information for rev 1765

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#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
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.