Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) #ifndef _GDTH_PROC_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) #define _GDTH_PROC_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) /* gdth_proc.h 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6)  * $Id: gdth_proc.h,v 1.16 2004/01/14 13:09:01 achim Exp $
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)                  int timeout, u32 *info);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) static int gdth_set_asc_info(struct Scsi_Host *host, char *buffer,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)                              int length, gdth_ha_str *ha);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) static void gdth_wait_completion(gdth_ha_str *ha, int busnum, int id);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) #endif
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)