[include/usb200.h]

- Fix two unions, make text after last #endif a comment as it should be, and add newline at end of file.

svn path=/trunk/; revision=44992
This commit is contained in:
Michael Martin 2010-01-08 09:00:53 +00:00
parent 6ce614c110
commit 4a5921d8fa

View file

@ -27,7 +27,7 @@ typedef union _BM_REQUEST_TYPE
UCHAR Reserved:3;
UCHAR Type:2;
UCHAR Dir:1;
};
} _BM;
UCHAR B;
} BM_REQUEST_TYPE, *PBM_REQUEST_TYPE;
@ -80,7 +80,7 @@ typedef union _USB_HIGH_SPEED_MAXPACKET
USHORT MaxPacket:11;
USHORT HSmux:2;
USHORT Reserved:3;
};
} _MP;
USHORT us;
} USB_HIGH_SPEED_MAXPACKET, *PUSB_HIGH_SPEED_MAXPACKET;
@ -109,4 +109,4 @@ typedef struct _USB_INTERFACE_ASSOCIATION_DESCRIPTOR
#include <poppack.h>
#endif __USB200_H__
#endif //__USB200_H__