Tools/NetTest - Add TCP retransmit test
[tpg/acess2.git] / KernelLand / Modules / USB / MSC / msc_proto.h
index 913822f..b35a587 100644 (file)
@@ -20,14 +20,16 @@ struct sMSC_CBW
        Uint8   bCBWLUN;
        Uint8   bCBWLength;
        Uint8   CBWCB[16];
-};
+} PACKED;
+
+#define MSC_CSW_SIGNATURE      0x53425355
 
 struct sMSC_CSW
 {
        Uint32  dCSWSignature;  // = 0x53425355
        Uint32  dCSWTag;
        Uint32  dCSWDataResidue;
-       Uint8   dCSWStatus;
-};
+       Uint8   bCSWStatus;
+} PACKED;
 
 #endif

UCC git Repository :: git.ucc.asn.au