Changeset 186d630 in mainline for uspace/lib/usbvirt/hub.h


Ignore:
Timestamp:
2010-10-20T20:44:55Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bbfb86c
Parents:
47e3a8e
Message:

libusbvirt allows local device

By local device is meant virtual device in current task
(i.e. not connected through phones but called statically).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/hub.h

    r47e3a8e r186d630  
    4646int usbvirt_connect(usbvirt_device_t *, const char *);
    4747int usbvirt_disconnect(void);
     48int usbvirt_connect_local(usbvirt_device_t *);
    4849
    4950#endif
Note: See TracChangeset for help on using the changeset viewer.