Changes in uspace/lib/usb/include/usb/usb.h [97bfba1:07b9203e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/usb.h
r97bfba1 r07b9203e 55 55 } usb_direction_t; 56 56 57 /** USB request type target. */58 typedef enum {59 USB_REQUEST_TYPE_STANDARD = 0,60 USB_REQUEST_TYPE_CLASS = 1,61 USB_REQUEST_TYPE_VENDOR = 262 } usb_request_type_t;63 64 57 /** USB transaction outcome. */ 65 58 typedef enum { … … 108 101 * Used by various USB functions as opaque handle. 109 102 */ 110 typedef sysarg_t usb_handle_t;103 typedef ipcarg_t usb_handle_t; 111 104 112 105 /** USB packet identifier. */
Note:
See TracChangeset
for help on using the changeset viewer.