seagate.h
来自「Linux Kernel 2.6.9 for OMAP1710」· C头文件 代码 · 共 22 行
H
22 行
/* * seagate.h Copyright (C) 1992 Drew Eckhardt * low level scsi driver header for ST01/ST02 by * Drew Eckhardt * * <drew@colorado.edu> */#ifndef _SEAGATE_H#define SEAGATE_Hstatic int seagate_st0x_detect(Scsi_Host_Template *);static int seagate_st0x_queue_command(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));static int seagate_st0x_abort(Scsi_Cmnd *);static const char *seagate_st0x_info(struct Scsi_Host *);static int seagate_st0x_bus_reset(Scsi_Cmnd *);static int seagate_st0x_device_reset(Scsi_Cmnd *);static int seagate_st0x_host_reset(Scsi_Cmnd *);#endif /* _SEAGATE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?