Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/port.c

    r205f1add r6ff23ff  
    237237}
    238238
    239 int usb_port_condvar_wait_timeout(usb_port_t *port, fibril_condvar_t *cv,
    240     usec_t timeout)
     239int usb_port_condvar_wait_timeout(usb_port_t *port, fibril_condvar_t *cv, suseconds_t timeout)
    241240{
    242241        assert(port);
Note: See TracChangeset for help on using the changeset viewer.