]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/scsi/srp.h
V4L/DVB (4865): Fix: Slot 0 not NULL on disconnecting SN9C10x PC Camera
[karo-tx-linux.git] / include / scsi / srp.h
index 637f77eccf0c77d491a6c6a4e7d6b54ed115f645..ad178fa78f665a69fba3b4d26e66c9aee9443d75 100644 (file)
@@ -87,6 +87,11 @@ enum srp_login_rej_reason {
        SRP_LOGIN_REJ_CHANNEL_LIMIT_REACHED             = 0x00010006
 };
 
+enum {
+       SRP_REV10_IB_IO_CLASS   = 0xff00,
+       SRP_REV16A_IB_IO_CLASS  = 0x0100
+};
+
 struct srp_direct_buf {
        __be64  va;
        __be32  key;