Changes in uspace/drv/vhc/conn.h [357a302:be9cbec] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/conn.h

    r357a302 rbe9cbec  
    2727 */
    2828
    29 /** @addtogroup drvusbvhc
     29/** @addtogroup usb
    3030 * @{
    3131 */
     
    3737
    3838#include <usb/usb.h>
     39#include <usb/hcdhubd.h>
    3940#include <usbhc_iface.h>
    40 #include <usb_iface.h>
    4141#include "vhcd.h"
    4242#include "devices.h"
    4343
    44 void connection_handler_host(sysarg_t);
     44void connection_handler_host(ipcarg_t);
    4545
    46 extern usbhc_iface_t vhc_iface;
    47 extern usb_iface_t vhc_usb_iface;
     46usb_hcd_transfer_ops_t vhc_transfer_ops;
     47usbhc_iface_t vhc_iface;
    4848
    4949void address_init(void);
     
    5151
    5252void default_connection_handler(device_t *, ipc_callid_t, ipc_call_t *);
    53 void on_client_close(device_t *);
    5453
    5554
Note: See TracChangeset for help on using the changeset viewer.