aboutsummaryrefslogtreecommitdiff
path: root/scsi_io.h
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2022-01-09 19:41:38 +0800
committerYi Kong <yikong@google.com>2022-01-10 01:06:07 +0800
commit39bbd9609c1707d719e0b1f5e180bc20f6d00187 (patch)
tree9eb388f63d54045209c77cde97685bf08f67cc8b /scsi_io.h
parentedc7205fd74b487db58978949551efd860741e0a (diff)
downloadmtools-39bbd9609c1707d719e0b1f5e180bc20f6d00187.tar.gz
This version contains a fix for -Wstring-concatenation error. Test: presubmit Bug: 175068488 Change-Id: Id4f2ae49da91a481ab2625fdf17668689b640794
Diffstat (limited to 'scsi_io.h')
-rw-r--r--scsi_io.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scsi_io.h b/scsi_io.h
new file mode 100644
index 0000000..8906815
--- /dev/null
+++ b/scsi_io.h
@@ -0,0 +1,5 @@
+Stream_t *OpenScsi(struct device *dev,
+ const char *name, int mode, char *errmsg,
+ int mode2, int locked, int lockMode,
+ mt_off_t *maxSize);
+