mirror of
https://git.proxmox.com/git/mirror_smartmontools-debian
synced 2025-07-15 01:03:55 +00:00
10 lines
236 B
C
10 lines
236 B
C
#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_ */
|