mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
[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:
parent
6ce614c110
commit
4a5921d8fa
1 changed files with 3 additions and 3 deletions
|
@ -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__
|
||||
|
|
Loading…
Reference in a new issue