Return to cciss.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / smartmontools |
1.1 ! misho 1: #ifndef CCISS_H_ ! 2: #define CCISS_H_ ! 3: ! 4: #define CCISS_H_CVSID "$Id: cciss.h,v 1.1 2007/04/01 16:49:46 shattered Exp $\n" ! 5: ! 6: int cciss_io_interface(int device, int target, ! 7: struct scsi_cmnd_io * iop, int report); ! 8: ! 9: #endif /* CCISS_H_ */