Author: mjmartin
Date: Fri Jan 8 10:00:53 2010
New Revision: 44992
URL:
http://svn.reactos.org/svn/reactos?rev=44992&view=rev
Log:
[include/usb200.h]
- Fix two unions, make text after last #endif a comment as it should be, and add newline
at end of file.
Modified:
trunk/reactos/include/ddk/usb200.h
Modified: trunk/reactos/include/ddk/usb200.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/usb200.h?rev=4…
==============================================================================
--- trunk/reactos/include/ddk/usb200.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/usb200.h [iso-8859-1] Fri Jan 8 10:00:53 2010
@@ -27,7 +27,7 @@
UCHAR Reserved:3;
UCHAR Type:2;
UCHAR Dir:1;
- };
+ } _BM;
UCHAR B;
} BM_REQUEST_TYPE, *PBM_REQUEST_TYPE;
@@ -80,7 +80,7 @@
USHORT MaxPacket:11;
USHORT HSmux:2;
USHORT Reserved:3;
- };
+ } _MP;
USHORT us;
} USB_HIGH_SPEED_MAXPACKET, *PUSB_HIGH_SPEED_MAXPACKET;
@@ -109,4 +109,4 @@
#include <poppack.h>
-#endif __USB200_H__
+#endif //__USB200_H__