blob: 4cc5377cb92ee838a8932923e7b3715efba6c717 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef _GDTH_PROC_H
3#define _GDTH_PROC_H
4
5/* gdth_proc.h
6 * $Id: gdth_proc.h,v 1.16 2004/01/14 13:09:01 achim Exp $
7 */
8
Leubner, Achimcbd5f692006-06-09 11:34:29 -07009int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
10 int timeout, u32 *info);
11
Leubner, Achimcbd5f692006-06-09 11:34:29 -070012static int gdth_set_asc_info(struct Scsi_Host *host, char *buffer,
Boaz Harrosh45f1a412007-10-02 23:05:53 +020013 int length, gdth_ha_str *ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Boaz Harrosh45f1a412007-10-02 23:05:53 +020015static void gdth_wait_completion(gdth_ha_str *ha, int busnum, int id);
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#endif
18