Changeset dc06caa in mainline for uspace/lib/usbvirt/src/ipc.c


Ignore:
Timestamp:
2011-05-06T15:33:58Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e25a849
Parents:
a943106
Message:

More comments in libusbvirt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/src/ipc.c

    ra943106 rdc06caa  
    273273}
    274274
     275/** Connect the device to the virtual host controller.
     276 *
     277 * @param dev The virtual device to be (virtually) plugged in.
     278 * @param vhc_path Devman path to the virtual host controller.
     279 * @return Error code.
     280 */
    275281int usbvirt_device_plug(usbvirt_device_t *dev, const char *vhc_path)
    276282{
Note: See TracChangeset for help on using the changeset viewer.