]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - cciss.h
import smartmontools 7.0
[mirror_smartmontools-debian.git] / cciss.h
1 /*
2 * cciss.h
3 *
4 * Home page of code is: http://www.smartmontools.org
5 *
6 * Copyright (C) 2007 Sergey Svishchev
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11 #ifndef CCISS_H_
12 #define CCISS_H_
13
14 #define CCISS_H_CVSID "$Id: cciss.h 4761 2018-08-20 19:33:04Z chrfranke $"
15
16 int cciss_io_interface(int device, int target,
17 struct scsi_cmnd_io * iop, int report);
18
19 #endif /* CCISS_H_ */