xref: /kernel/linux/linux-5.10/drivers/scsi/gdth_proc.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/scsi/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _GDTH_PROC_H
38c2ecf20Sopenharmony_ci#define _GDTH_PROC_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci/* gdth_proc.h
68c2ecf20Sopenharmony_ci * $Id: gdth_proc.h,v 1.16 2004/01/14 13:09:01 achim Exp $
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciint gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
108c2ecf20Sopenharmony_ci                 int timeout, u32 *info);
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_cistatic int gdth_set_asc_info(struct Scsi_Host *host, char *buffer,
138c2ecf20Sopenharmony_ci                             int length, gdth_ha_str *ha);
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_cistatic void gdth_wait_completion(gdth_ha_str *ha, int busnum, int id);
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif
188c2ecf20Sopenharmony_ci
19

Indexes created Thu Nov 07 10:32:03 CST 2024