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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [drivers/] [scsi/] [qlogicfas.h] - Rev 1765

Compare with Previous | Blame | View Log

#ifndef _QLOGICFAS_H
#define _QLOGICFAS_H
 
int qlogicfas_detect(Scsi_Host_Template * );
const char * qlogicfas_info(struct Scsi_Host *);
int qlogicfas_command(Scsi_Cmnd *);
int qlogicfas_queuecommand(Scsi_Cmnd *, void (* done)(Scsi_Cmnd *));
int qlogicfas_abort(Scsi_Cmnd *);
int qlogicfas_reset(Scsi_Cmnd *, unsigned int flags);
int qlogicfas_biosparam(Disk *, kdev_t, int[]);
 
#ifndef NULL
#define NULL (0)
#endif
 
#define QLOGICFAS {		\
	NULL,			\
	NULL,			\
	NULL,			\
	NULL,		        \
	NULL,			\
	qlogicfas_detect,	\
	NULL,			\
	qlogicfas_info,		\
	qlogicfas_command, 	\
	qlogicfas_queuecommand,	\
	qlogicfas_abort,	\
	qlogicfas_reset,	\
	NULL,			\
	qlogicfas_biosparam,	\
	0,			\
	-1,			\
	SG_ALL,			\
	1,			\
	0,			\
	0,			\
	DISABLE_CLUSTERING	\
}
 
#endif /* _QLOGICFAS_H */
 
 
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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