|
smartmontools SVN Rev 3317
Utility to control and monitor storage systems with "S.M.A.R.T."
|
00001 #ifndef CCISS_H_ 00002 #define CCISS_H_ 00003 00004 #define CCISS_H_CVSID "$Id: cciss.h,v 1.1 2007/04/01 16:49:46 shattered Exp $\n" 00005 00006 int cciss_io_interface(int device, int target, 00007 struct scsi_cmnd_io * iop, int report); 00008 00009 #endif /* CCISS_H_ */
1.7.4