Contributors: 7
	  
        
          | Author | 
          Tokens | 
          Token Proportion | 
          Commits | 
          Commit Proportion | 
        
	  
	  
        
        
          | Achim Leubner | 
          27 | 
          38.57% | 
          1 | 
          14.29% | 
        
        
          | Linus Torvalds (pre-git) | 
          24 | 
          34.29% | 
          1 | 
          14.29% | 
        
        
          | Alan Cox | 
          9 | 
          12.86% | 
          1 | 
          14.29% | 
        
        
          | Boaz Harrosh | 
          6 | 
          8.57% | 
          1 | 
          14.29% | 
        
        
          | Linus Torvalds | 
          2 | 
          2.86% | 
          1 | 
          14.29% | 
        
        
          | Greg Kroah-Hartman | 
          1 | 
          1.43% | 
          1 | 
          14.29% | 
        
        
          | James Bottomley | 
          1 | 
          1.43% | 
          1 | 
          14.29% | 
        
	  
	  
        
          | Total | 
          70 | 
           | 
          7 | 
           | 
	    
	  
    
 
/* SPDX-License-Identifier: GPL-2.0 */
#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 void gdth_wait_completion(gdth_ha_str *ha, int busnum, int id);
#endif