File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / smartmontools / cciss.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:32:16 2012 UTC (12 years, 3 months ago) by misho
Branches: smartmontools, elwix, MAIN
CVS tags: v6_2, v6_1p0, v6_1, v5_43, v5_42, HEAD
smartmontools

    1: #ifndef CCISS_H_
    2: #define CCISS_H_
    3: 
    4: #define CCISS_H_CVSID "$Id: cciss.h,v 1.1.1.1 2012/02/21 16:32:16 misho 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_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>