]> git.proxmox.com Git - systemd.git/blobdiff - src/udev/scsi_id/scsi.h
New upstream version 240
[systemd.git] / src / udev / scsi_id / scsi.h
index 8b759a768ddd97dbc599b1caa6730558fa2d90cd..208b3e72ab6b4673e6affd09529e54bbf5e17186 100644 (file)
@@ -16,8 +16,8 @@
 #include <scsi/scsi.h>
 
 struct scsi_ioctl_command {
-        unsigned int inlen;        /* excluding scsi command length */
-        unsigned int outlen;
+        unsigned inlen;        /* excluding scsi command length */
+        unsigned outlen;
         unsigned char data[1];
         /* on input, scsi command starts here then opt. data */
 };