smartmontools SVN Rev 5612
Utility to control and monitor storage systems with "S.M.A.R.T."
cciss.h
Go to the documentation of this file.
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
16int cciss_io_interface(int device, int target,
17 struct scsi_cmnd_io * iop, int report);
18
19#endif /* CCISS_H_ */
int cciss_io_interface(int device, int target, struct scsi_cmnd_io *iop, int report)