[go: up one dir, main page]

File: cciss.h

package info (click to toggle)
smartmontools 5.38-2%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,716 kB
  • ctags: 3,127
  • sloc: cpp: 22,703; ansic: 7,983; sh: 4,190; asm: 576; makefile: 464
file content (9 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#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_ */