blob: aaa6181989727f14906468ff70e6dbd301c3c619 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _GDTH_PROC_H
2#define _GDTH_PROC_H
3
4/* gdth_proc.h
5 * $Id: gdth_proc.h,v 1.16 2004/01/14 13:09:01 achim Exp $
6 */
7
Leubner, Achimcbd5f692006-06-09 11:34:29 -07008int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
9 int timeout, u32 *info);
10
Leubner, Achimcbd5f692006-06-09 11:34:29 -070011static int gdth_set_asc_info(struct Scsi_Host *host, char *buffer,
Boaz Harrosh45f1a412007-10-02 23:05:53 +020012 int length, gdth_ha_str *ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Boaz Harrosh45f1a412007-10-02 23:05:53 +020014static char *gdth_ioctl_alloc(gdth_ha_str *ha, int size, int scratch,
Dave Jones1fe6dbf2010-01-04 10:19:34 -050015 u64 *paddr);
16static void gdth_ioctl_free(gdth_ha_str *ha, int size, char *buf, u64 paddr);
Boaz Harrosh45f1a412007-10-02 23:05:53 +020017static void gdth_wait_completion(gdth_ha_str *ha, int busnum, int id);
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#endif
20