Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/vhc/vhcd.h

    r58563585 rf5f0cfb  
    3333 * @brief Virtual USB host controller common definitions.
    3434 */
    35 
    3635#ifndef VHCD_VHCD_H_
    3736#define VHCD_VHCD_H_
     
    4241
    4342#include <usb/host/hcd.h>
     43
    4444
    4545#define NAME "vhc"
     
    6767} vhc_transfer_t;
    6868
     69
    6970void on_client_close(ddf_fun_t *fun);
    7071void default_connection_handler(ddf_fun_t *fun, ipc_callid_t icallid,
     
    8182
    8283#endif
    83 
    8484/**
    8585 * @}
Note: See TracChangeset for help on using the changeset viewer.