1 #ifndef _GDTH_PROC_H
2 #define _GDTH_PROC_H
3
4 /* gdth_proc.h
5 * $Id: gdth_proc.h,v 1.6 1999/03/05 14:32:36 achim Exp $
6 */
7
8 static int gdth_set_info(char *buffer,int length,int vh,int hanum,int busnum);
9 static int gdth_set_asc_info(char *buffer,int length,int hanum,Scsi_Cmnd * scp);
10 static int gdth_set_bin_info(char *buffer,int length,int hanum,Scsi_Cmnd * scp);
11 static int gdth_get_info(char *buffer,char **start,off_t offset,
12 int length,int vh,int hanum,int busnum);
13
14 static int gdth_ioctl_alloc(int hanum, ushort size);
15 static void gdth_ioctl_free(int hanum);
16 static void gdth_wait_completion(int hanum, int busnum, int id);
17 static void gdth_stop_timeout(int hanum, int busnum, int id);
18 static void gdth_start_timeout(int hanum, int busnum, int id);
19 static int gdth_update_timeout(int hanum, Scsi_Cmnd *scp, int timeout);
20
21 static void gdth_do_cmd(Scsi_Cmnd *scp,gdth_cmd_str *cmd,int timeout);
22 void gdth_scsi_done(Scsi_Cmnd *scp);
23
24 #endif
25
26
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.