Ignore:
Timestamp:
2011-09-13T12:30:05Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4cbb6e4
Parents:
3822f7c9
Message:

libusbhost: Use uint64_t to pass setup_data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/batch.h

    r3822f7c9 ra837544  
    7878    char *buffer,
    7979    size_t buffer_size,
    80     char setup_buffer[USB_SETUP_PACKET_SIZE],
     80    uint64_t setup_buffer,
    8181    usbhc_iface_transfer_in_callback_t func_in,
    8282    usbhc_iface_transfer_out_callback_t func_out,
Note: See TracChangeset for help on using the changeset viewer.