Ignore:
File:
1 edited

Legend:

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

    r97bfba1 r07b9203e  
    5555} usb_direction_t;
    5656
    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 
    6457/** USB transaction outcome. */
    6558typedef enum {
     
    108101 * Used by various USB functions as opaque handle.
    109102 */
    110 typedef sysarg_t usb_handle_t;
     103typedef ipcarg_t usb_handle_t;
    111104
    112105/** USB packet identifier. */
Note: See TracChangeset for help on using the changeset viewer.