Changeset 186d630 in mainline for uspace/lib/usbvirt/private.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/private.h

    r47e3a8e r186d630  
    5151    usb_endpoint_t endpoint, void *buffer, size_t size);
    5252
    53 int handle_incoming_data(usb_endpoint_t endpoint, void *buffer, size_t size);
     53int handle_incoming_data(struct usbvirt_device *dev,
     54    usb_endpoint_t endpoint, void *buffer, size_t size);
    5455
    5556int control_pipe(void *buffer, size_t size);
Note: See TracChangeset for help on using the changeset viewer.