X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FUSB%2FMSC%2Fmsc_proto.h;h=b35a5873fdcaed760bd47a0b21a1191480338fa4;hb=3c283c4831c40c14d308a54cefb997832a860bca;hp=8cbd8524d52d523964990f70ebd437e3c5b82153;hpb=d0b4559f2936f6d9f06be0f7c3c51527a480ec0d;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/USB/MSC/msc_proto.h b/KernelLand/Modules/USB/MSC/msc_proto.h index 8cbd8524..b35a5873 100644 --- a/KernelLand/Modules/USB/MSC/msc_proto.h +++ b/KernelLand/Modules/USB/MSC/msc_proto.h @@ -22,12 +22,14 @@ struct sMSC_CBW 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