Usermode/libc++ - Implement map::insert and map::erase
[tpg/acess2.git] / KernelLand / Modules / USB / HID / hid.h
index 373496e..ae251c5 100644 (file)
@@ -41,7 +41,7 @@ struct sDescriptor_HID
        struct {
                Uint8   DescType;
                Uint16  DescLen;
-       } Descriptors[];
-}
+       } PACKED Descriptors[];
+} PACKED;
 
 #endif

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