Skip to content
Snippets Groups Projects
Select Git revision
  • 4700be148f55ab94d59db9cf80d6df5f9cc8ec4b
  • master default protected
2 results

fft.py

Blame
  • cciss.h 236 B
    #ifndef CCISS_H_
    #define CCISS_H_
    
    #define CCISS_H_CVSID "$Id: cciss.h,v 1.1 2007/04/01 16:49:46 shattered Exp $\n"
    
    int cciss_io_interface(int device, int target,
    			      struct scsi_cmnd_io * iop, int report);
    
    #endif /* CCISS_H_ */