Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/hub.h

    r77ad86c r9d58539  
    3535 * For class specific requests, see usb/classes/hub.h.
    3636 */
    37 
    3837#ifndef LIBUSBDEV_HUB_H_
    3938#define LIBUSBDEV_HUB_H_
     
    4443#include <usb/hc.h>
    4544
    46 extern int usb_hc_new_device_wrapper(ddf_dev_t *, usb_hc_connection_t *, usb_speed_t,
     45int usb_hc_new_device_wrapper(ddf_dev_t *, usb_hc_connection_t *, usb_speed_t,
    4746    int (*)(void *), void *, usb_address_t *, ddf_dev_ops_t *, void *,
    4847    ddf_fun_t **);
     
    6160} usb_hub_attached_device_t;
    6261
    63 extern int usb_hub_register_device(usb_hc_connection_t *,
     62int usb_hub_register_device(usb_hc_connection_t *,
    6463    const usb_hub_attached_device_t *);
    6564
     
    7069        if (attached_device == NULL)
    7170                return EBADMEM;
    72        
    7371        return usb_hc_release_address(conn, attached_device->address);
    7472}
    7573
    7674#endif
    77 
    7875/**
    7976 * @}
Note: See TracChangeset for help on using the changeset viewer.