⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qlogicfas.h

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 H
字号:
#ifndef _QLOGICFAS_H#define _QLOGICFAS_Hint 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);int qlogicfas_biosparam(Disk *, kdev_t, int[]);#ifndef NULL#define NULL (0)#endif#define QLOGICFAS {		\	detect:         qlogicfas_detect,	\	info:           qlogicfas_info,		\	command:        qlogicfas_command, 	\	queuecommand:   qlogicfas_queuecommand,	\	abort:          qlogicfas_abort,	\	reset:          qlogicfas_reset,	\	bios_param:     qlogicfas_biosparam,	\	can_queue:      0,			\	this_id:        -1,			\	sg_tablesize:   SG_ALL,			\	cmd_per_lun:    1,			\	use_clustering: DISABLE_CLUSTERING	\}#endif /* _QLOGICFAS_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -