X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FUSB%2FMSC%2Fmsc_proto.h;h=8cbd8524d52d523964990f70ebd437e3c5b82153;hb=ac3028884d3c109359bc20369391adba7dab4ba9;hp=913822fdb283fd80dc4897d2d4f271eb0b4688af;hpb=587ebbbb92ed0610562ca059121c263e1faa19dd;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/USB/MSC/msc_proto.h b/KernelLand/Modules/USB/MSC/msc_proto.h index 913822fd..8cbd8524 100644 --- a/KernelLand/Modules/USB/MSC/msc_proto.h +++ b/KernelLand/Modules/USB/MSC/msc_proto.h @@ -20,7 +20,7 @@ struct sMSC_CBW Uint8 bCBWLUN; Uint8 bCBWLength; Uint8 CBWCB[16]; -}; +} PACKED; struct sMSC_CSW { @@ -28,6 +28,6 @@ struct sMSC_CSW Uint32 dCSWTag; Uint32 dCSWDataResidue; Uint8 dCSWStatus; -}; +} PACKED; #endif