Changes in uspace/lib/usb/include/usb/usb.h [07b9203e:97bfba1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/usb.h
r07b9203e r97bfba1 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 = 2 62 } usb_request_type_t; 63 57 64 /** USB transaction outcome. */ 58 65 typedef enum { … … 101 108 * Used by various USB functions as opaque handle. 102 109 */ 103 typedef ipcarg_t usb_handle_t;110 typedef sysarg_t usb_handle_t; 104 111 105 112 /** USB packet identifier. */
Note:
See TracChangeset
for help on using the changeset viewer.