ReactOS 0.4.16-dev-319-g6cf4263
|
Go to the source code of this file.
Macros | |
#define | USB_BASE (0x10) |
Enumerations | |
enum | FxRequestContextTypes { FX_REQUEST_CONTEXT_TYPE_NONE = 0x00 , FX_RCT_IO = 0x01 , FX_RCT_INTERNAL_IOCTL_OTHERS = 0x02 , FX_RCT_USB_PIPE_XFER = USB_BASE+0x00 , FX_RCT_USB_URB_REQUEST = USB_BASE+0x01 , FX_RCT_USB_PIPE_REQUEST = USB_BASE+0x02 , FX_RCT_USB_CONTROL_REQUEST = USB_BASE+0x03 , FX_RCT_USB_STRING_REQUEST = USB_BASE+0x04 } |
#define USB_BASE (0x10) |
Definition at line 10 of file fxrequestcontexttypes.h.
Enumerator | |
---|---|
FX_REQUEST_CONTEXT_TYPE_NONE | |
FX_RCT_IO | |
FX_RCT_INTERNAL_IOCTL_OTHERS | |
FX_RCT_USB_PIPE_XFER | |
FX_RCT_USB_URB_REQUEST | |
FX_RCT_USB_PIPE_REQUEST | |
FX_RCT_USB_CONTROL_REQUEST | |
FX_RCT_USB_STRING_REQUEST |
Definition at line 15 of file fxrequestcontexttypes.h.