summaryrefslogtreecommitdiffstats
path: root/cciss.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:14:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:14:45 +0000
commit43e8530e93493bb978c446a2023134bdd4277e50 (patch)
treee8c0d3c0c394b17381f48fb2d288f166b4f22440 /cciss.h
parentInitial commit. (diff)
downloadsmartmontools-upstream.tar.xz
smartmontools-upstream.zip
Adding upstream version 7.4.upstream/7.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--cciss.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/cciss.h b/cciss.h
new file mode 100644
index 0000000..4895ed9
--- /dev/null
+++ b/cciss.h
@@ -0,0 +1,19 @@
+/*
+ * cciss.h
+ *
+ * Home page of code is: http://www.smartmontools.org
+ *
+ * Copyright (C) 2007 Sergey Svishchev
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef CCISS_H_
+#define CCISS_H_
+
+#define CCISS_H_CVSID "$Id: cciss.h 4761 2018-08-20 19:33:04Z chrfranke $"
+
+int cciss_io_interface(int device, int target,
+ struct scsi_cmnd_io * iop, int report);
+
+#endif /* CCISS_H_ */