fd_mcs.h
来自「Linux Kernel 2.6.9 for OMAP1710」· C头文件 代码 · 共 38 行
H
38 行
/* fd_mcs.h -- Header for Future Domain MCS 600/700 (or IBM OEM) driver * * fd_mcs.h v0.2 03/11/1998 ZP Gu (zpg@castle.net) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2, or (at your option) any * later version. * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 675 Mass Ave, Cambridge, MA 02139, USA. */#ifndef _FD_MCS_H#define _FD_MCS_Hstatic int fd_mcs_detect(Scsi_Host_Template *);static int fd_mcs_release(struct Scsi_Host *);static int fd_mcs_command(Scsi_Cmnd *);static int fd_mcs_abort(Scsi_Cmnd *);static int fd_mcs_bus_reset(Scsi_Cmnd *);static int fd_mcs_device_reset(Scsi_Cmnd *);static int fd_mcs_host_reset(Scsi_Cmnd *);static int fd_mcs_queue(Scsi_Cmnd *, void (*done) (Scsi_Cmnd *));static int fd_mcs_biosparam(struct scsi_device *, struct block_device *, sector_t, int *);static const char *fd_mcs_info(struct Scsi_Host *);#endif /* _FD_MCS_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?