Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/usb.h

    r07b9203e r97bfba1  
    5555} usb_direction_t;
    5656
     57/** USB request type target. */
     58typedef 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
    5764/** USB transaction outcome. */
    5865typedef enum {
     
    101108 * Used by various USB functions as opaque handle.
    102109 */
    103 typedef ipcarg_t usb_handle_t;
     110typedef sysarg_t usb_handle_t;
    104111
    105112/** USB packet identifier. */
Note: See TracChangeset for help on using the changeset viewer.