Changeset 58563585 in mainline for uspace/drv/bus/usb/vhc/vhcd.h


Ignore:
Timestamp:
2016-08-31T11:15:39Z (8 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10cb47e
Parents:
7a67416
Message:

code review and cstyle cleanup (no change in functionality)

File:
1 edited

Legend:

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

    r7a67416 r58563585  
    3333 * @brief Virtual USB host controller common definitions.
    3434 */
     35
    3536#ifndef VHCD_VHCD_H_
    3637#define VHCD_VHCD_H_
     
    4142
    4243#include <usb/host/hcd.h>
    43 
    4444
    4545#define NAME "vhc"
     
    6767} vhc_transfer_t;
    6868
    69 
    7069void on_client_close(ddf_fun_t *fun);
    7170void default_connection_handler(ddf_fun_t *fun, ipc_callid_t icallid,
     
    8281
    8382#endif
     83
    8484/**
    8585 * @}
Note: See TracChangeset for help on using the changeset viewer.