]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - cciss.h
import smartmontools 7.0
[mirror_smartmontools-debian.git] / cciss.h
CommitLineData
ff28b140
TL
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
a37e7145
GG
11#ifndef CCISS_H_
12#define CCISS_H_
13
ff28b140 14#define CCISS_H_CVSID "$Id: cciss.h 4761 2018-08-20 19:33:04Z chrfranke $"
a37e7145
GG
15
16int cciss_io_interface(int device, int target,
17 struct scsi_cmnd_io * iop, int report);
18
19#endif /* CCISS_H_ */