From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- drivers/scsi/gdth_proc.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 drivers/scsi/gdth_proc.h (limited to 'drivers/scsi/gdth_proc.h') diff --git a/drivers/scsi/gdth_proc.h b/drivers/scsi/gdth_proc.h new file mode 100644 index 000000000..aaa618198 --- /dev/null +++ b/drivers/scsi/gdth_proc.h @@ -0,0 +1,20 @@ +#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 $ + */ + +int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd, + int timeout, u32 *info); + +static int gdth_set_asc_info(struct Scsi_Host *host, char *buffer, + int length, gdth_ha_str *ha); + +static char *gdth_ioctl_alloc(gdth_ha_str *ha, int size, int scratch, + u64 *paddr); +static void gdth_ioctl_free(gdth_ha_str *ha, int size, char *buf, u64 paddr); +static void gdth_wait_completion(gdth_ha_str *ha, int busnum, int id); + +#endif + -- cgit v1.2.3-54-g00ecf