Blame view

drivers/scsi/gdth_proc.h 488 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
3
4
5
6
7
  #ifndef _GDTH_PROC_H
  #define _GDTH_PROC_H
  
  /* gdth_proc.h 
   * $Id: gdth_proc.h,v 1.16 2004/01/14 13:09:01 achim Exp $
   */
cbd5f69b9   Leubner, Achim   [SCSI] remove the...
8
9
  int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
                   int timeout, u32 *info);
cbd5f69b9   Leubner, Achim   [SCSI] remove the...
10
  static int gdth_set_asc_info(struct Scsi_Host *host, char *buffer,
45f1a41b2   Boaz Harrosh   [SCSI] gdth: clea...
11
                               int length, gdth_ha_str *ha);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
12

45f1a41b2   Boaz Harrosh   [SCSI] gdth: clea...
13
  static void gdth_wait_completion(gdth_ha_str *ha, int busnum, int id);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
14

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
15
  #endif